We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f5d7a7 + be0a2f5 commit 2befa05Copy full SHA for 2befa05
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 6.16.0
+version: 6.16.1
3
apiVersion: v2
4
appVersion: 7.4.0
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
helm/oauth2-proxy/templates/deployment.yaml
@@ -57,8 +57,8 @@ spec:
57
hostnames:
58
- {{ .Values.hostAlias.hostname }}
59
{{- end }}
60
- initContainers:
61
{{- if and .Values.redis.enabled .Values.initContainers.waitForRedis.enabled }}
+ initContainers:
62
- name: wait-for-redis
63
image: "docker.io/bitnami/kubectl:{{ include "kubectl.version" . }}"
64
args:
0 commit comments