Skip to content

Commit 3c67889

Browse files
renamed htpasswd file and its references from configmap to secret (#94)
* renamed htpasswd file and its references from `configmap` to `secret` * bump up the chart version Co-authored-by: Pierluigi Lenoci <[email protected]>
1 parent 3b2725d commit 3c67889

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 6.2.4
2+
version: 6.2.5
33
apiVersion: v2
44
appVersion: 7.3.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
checksum/google-secret: {{ include (print $.Template.BasePath "/google-secret.yaml") . | sha256sum }}
2424
checksum/redis-secret: {{ include (print $.Template.BasePath "/redis-secret.yaml") . | sha256sum }}
2525
{{- if .Values.htpasswdFile.enabled }}
26-
checksum/htpasswd: {{ include (print $.Template.BasePath "/configmap-htpasswd-file.yaml") . | sha256sum }}
26+
checksum/htpasswd: {{ include (print $.Template.BasePath "/secret-htpasswd-file.yaml") . | sha256sum }}
2727
{{- end }}
2828
{{- if .Values.podAnnotations }}
2929
{{ toYaml .Values.podAnnotations | indent 8 }}

0 commit comments

Comments
 (0)