From 5ba2263ea16e2fd404984e99d0dffab6c30df768 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 00:41:22 -0600 Subject: [PATCH] switch to pg-17 --- clusters/cl01tl/applications/jellyplist/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index 8bd69f7fb..a1bcd7828 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -39,17 +39,17 @@ jellyplist: - name: JELLYPLIST_DB_HOST valueFrom: secretKeyRef: - name: jellyplist-postgresql-16-cluster-app + name: jellyplist-postgresql-17-cluster-app key: host - name: JELLYPLIST_DB_USER valueFrom: secretKeyRef: - name: jellyplist-postgresql-16-cluster-app + name: jellyplist-postgresql-17-cluster-app key: username - name: JELLYPLIST_DB_PASSWORD valueFrom: secretKeyRef: - name: jellyplist-postgresql-16-cluster-app + name: jellyplist-postgresql-17-cluster-app key: password - name: LIDARR_API_KEY valueFrom: