Skip to content

Commit

Permalink
renamed htpasswd file and its references from configmap to secret (
Browse files Browse the repository at this point in the history
…#94)

* renamed htpasswd file and its references from `configmap` to `secret`

* bump up the chart version

Co-authored-by: Pierluigi Lenoci <[email protected]>
  • Loading branch information
aiciobanu and pierluigilenoci authored Aug 30, 2022
1 parent 3b2725d commit 3c67889
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 6.2.4
version: 6.2.5
apiVersion: v2
appVersion: 7.3.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
checksum/google-secret: {{ include (print $.Template.BasePath "/google-secret.yaml") . | sha256sum }}
checksum/redis-secret: {{ include (print $.Template.BasePath "/redis-secret.yaml") . | sha256sum }}
{{- if .Values.htpasswdFile.enabled }}
checksum/htpasswd: {{ include (print $.Template.BasePath "/configmap-htpasswd-file.yaml") . | sha256sum }}
checksum/htpasswd: {{ include (print $.Template.BasePath "/secret-htpasswd-file.yaml") . | sha256sum }}
{{- end }}
{{- if .Values.podAnnotations }}
{{ toYaml .Values.podAnnotations | indent 8 }}
Expand Down

0 comments on commit 3c67889

Please sign in to comment.