From c29ad99ca05e185eea4a410f159a8d79488f3c6f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 2 Dec 2025 09:22:49 +0100 Subject: [PATCH] Fix pg admin password (#1186) --- .gitignore | 2 -- chart/.gitignore | 2 ++ chart/Chart.lock | 6 ++++++ chart/Chart.yaml | 2 +- chart/values.yaml | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 chart/.gitignore create mode 100644 chart/Chart.lock diff --git a/.gitignore b/.gitignore index 1c2736c1..82f56884 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,4 @@ log.html output.xml report.html -chart/charts -chart/Chart.lock tmp diff --git a/chart/.gitignore b/chart/.gitignore new file mode 100644 index 00000000..4142f20b --- /dev/null +++ b/chart/.gitignore @@ -0,0 +1,2 @@ +charts + diff --git a/chart/Chart.lock b/chart/Chart.lock new file mode 100644 index 00000000..af8b5361 --- /dev/null +++ b/chart/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: postgres + repository: oci://registry-1.docker.io/cloudpirates + version: 0.12.4 +digest: sha256:e486b44703c7a97eee25f7715ab040d197d79c41ea1c422ae009b1f68985f544 +generated: "2025-12-01T20:17:25.152279487+01:00" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e1e05cde..54da71b9 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -12,4 +12,4 @@ dependencies: - condition: postgres.enabled name: postgres repository: oci://registry-1.docker.io/cloudpirates - version: 0.12.0 + version: 0.12.4 diff --git a/chart/values.yaml b/chart/values.yaml index 2a09e0b7..db203da9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -469,7 +469,7 @@ postgres: existingSecret: "{{ .Values.global.postgres.infra.existingSecret }}" secretKeys: # set the postgres user password to the same as our user - passwordKey: "{{ .Values.global.postgres.infra.passwordKey }}" + adminPasswordKey: "{{ .Values.global.postgres.infra.passwordKey }}" initdb: scripts: kyoo_api.sql: |