diff --git a/charts/iam/Chart.yaml b/charts/iam/Chart.yaml index 551bc09..d14d4e8 100644 --- a/charts/iam/Chart.yaml +++ b/charts/iam/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.11 +version: 0.1.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/iam/templates/iam-migration/job.yaml b/charts/iam/templates/iam-migration/job.yaml index b9adec9..4113c04 100644 --- a/charts/iam/templates/iam-migration/job.yaml +++ b/charts/iam/templates/iam-migration/job.yaml @@ -34,5 +34,5 @@ spec: name: iam-iam-postgres-pguser-iam key: uri - name: DATABASE_SCHEMA - value: {{ include "iam-postgres.username" }} + value: {{ include "iam-postgres.username" . }} restartPolicy: OnFailure diff --git a/charts/iam/templates/iam-postgres/postgrescluster.yaml b/charts/iam/templates/iam-postgres/postgrescluster.yaml index eaa71a1..a5d69d0 100644 --- a/charts/iam/templates/iam-postgres/postgrescluster.yaml +++ b/charts/iam/templates/iam-postgres/postgrescluster.yaml @@ -31,5 +31,5 @@ spec: postgresVersion: 16 users: - databases: - - {{ include "iam-postgres.username" }} - name: {{ include "iam-postgres.username" }} \ No newline at end of file + - {{ include "iam-postgres.username" . }} + name: {{ include "iam-postgres.username" . }} \ No newline at end of file