Skip to content

Commit 2befa05

Browse files
Merge pull request #160 from pierluigilenoci/template_fix
must specify one of: `configMapRef` or `secretRef`
2 parents 1f5d7a7 + be0a2f5 commit 2befa05

File tree

2 files changed

+2
-2
lines changed

2 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.16.0
2+
version: 6.16.1
33
apiVersion: v2
44
appVersion: 7.4.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
@@ -57,8 +57,8 @@ spec:
5757
hostnames:
5858
- {{ .Values.hostAlias.hostname }}
5959
{{- end }}
60-
initContainers:
6160
{{- if and .Values.redis.enabled .Values.initContainers.waitForRedis.enabled }}
61+
initContainers:
6262
- name: wait-for-redis
6363
image: "docker.io/bitnami/kubectl:{{ include "kubectl.version" . }}"
6464
args:

0 commit comments

Comments
 (0)