From a071a7b1c140ba5709a97fd5cc3179c97d667355 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 21 Dec 2024 20:14:15 -0600 Subject: [PATCH] swtich app to pg-17 --- clusters/cl01tl/management/argo-workflows/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/management/argo-workflows/values.yaml b/clusters/cl01tl/management/argo-workflows/values.yaml index 3f4678b1c..c48e477fd 100644 --- a/clusters/cl01tl/management/argo-workflows/values.yaml +++ b/clusters/cl01tl/management/argo-workflows/values.yaml @@ -9,15 +9,15 @@ argo-workflows: nodeStatusOffLoad: true archive: true postgresql: - host: argo-workflows-postgresql-16-cluster-rw + host: argo-workflows-postgresql-17-cluster-rw port: 5432 database: app tableName: app userNameSecret: - name: argo-workflows-postgresql-16-cluster-app + name: argo-workflows-postgresql-17-cluster-app key: username passwordSecret: - name: argo-workflows-postgresql-16-cluster-app + name: argo-workflows-postgresql-17-cluster-app key: password ssl: false sslMode: disable