From 6d2e053a0b14ff872593bd3d71ff7db7a7643629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 12 Feb 2026 12:11:46 +0100 Subject: [PATCH] fix(atlantis): Use beta redis --- values/atlantis/kustomize/beta/configurations.yaml | 2 +- values/atlantis/values/values-beta.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values/atlantis/kustomize/beta/configurations.yaml b/values/atlantis/kustomize/beta/configurations.yaml index f75197e4..a2f04150 100644 --- a/values/atlantis/kustomize/beta/configurations.yaml +++ b/values/atlantis/kustomize/beta/configurations.yaml @@ -7,7 +7,7 @@ spec: version: v1 metadata: - name: redisHost - value: beta-atlantis-redis-master:6379 + value: beta-atlantis-redis:6379 - name: redisUsername value: default - name: redisPassword diff --git a/values/atlantis/values/values-beta.yaml.gotmpl b/values/atlantis/values/values-beta.yaml.gotmpl index a7e07ab1..964b09b6 100644 --- a/values/atlantis/values/values-beta.yaml.gotmpl +++ b/values/atlantis/values/values-beta.yaml.gotmpl @@ -21,7 +21,7 @@ env: key: redis-password # Share production database - name: DB_HOST - value: prod-atlantis-db-rw + value: prod-atlantis-db-rw.prod-atlantis - name: DB_PORT value: "5432" - name: DB_USER