Skip to content

Commit cd38e7e

Browse files
committed
Increment GLAuth Helm chart version to 0.3.11 and update existingSecretName reference in deployment template for improved clarity and consistency in configuration handling.
1 parent 9936577 commit cd38e7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/glauth/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.10
18+
version: 0.3.11
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/glauth/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
{{- if and (eq .Values.config.backend.type "database") (eq .Values.config.database.engine "postgres") .Values.config.database.postgres.createResources }}
2828
envFrom:
2929
- secretRef:
30-
name: {{ .Values.database.postgres.existingSecretName | default (printf "%s-%s" (.Values.database.postgres.secretName | default "postgres-user") (include "glauth.fullname" .)) }}
30+
name: {{ .Values.config.database.postgres.existingSecretName | default (printf "%s-%s" (.Values.config.database.postgres.secretName | default "postgres-user") (include "glauth.fullname" .)) }}
3131
{{- end }}
3232
livenessProbe:
3333
exec:

0 commit comments

Comments
 (0)