diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 856741f91..024728202 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -69,22 +69,22 @@ gitea: - name: GITEA__DATABASE__HOST valueFrom: secretKeyRef: - name: gitea-postgresql-16-cluster-app + name: gitea-postgresql-17-cluster-app key: host - name: GITEA__DATABASE__NAME valueFrom: secretKeyRef: - name: gitea-postgresql-16-cluster-app + name: gitea-postgresql-17-cluster-app key: dbname - name: GITEA__DATABASE__USER valueFrom: secretKeyRef: - name: gitea-postgresql-16-cluster-app + name: gitea-postgresql-17-cluster-app key: user - name: GITEA__DATABASE__PASSWD valueFrom: secretKeyRef: - name: gitea-postgresql-16-cluster-app + name: gitea-postgresql-17-cluster-app key: password persistence: storageClass: ceph-block