From 46cc216309d4fd78fda1ff7943a404b1b53bf19e Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Sat, 15 Jul 2023 22:59:33 +0200 Subject: [PATCH 1/2] first attempt --- helm/oauth2-proxy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/templates/deployment.yaml b/helm/oauth2-proxy/templates/deployment.yaml index 78e6270..2738631 100644 --- a/helm/oauth2-proxy/templates/deployment.yaml +++ b/helm/oauth2-proxy/templates/deployment.yaml @@ -57,8 +57,8 @@ spec: hostnames: - {{ .Values.hostAlias.hostname }} {{- end }} - initContainers: {{- if and .Values.redis.enabled .Values.initContainers.waitForRedis.enabled }} + initContainers: - name: wait-for-redis image: "docker.io/bitnami/kubectl:{{ include "kubectl.version" . }}" args: From be0a2f5fcc3d8074133629b37183991171a9eab2 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Sat, 15 Jul 2023 23:06:33 +0200 Subject: [PATCH 2/2] chart bump --- helm/oauth2-proxy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index bd4d8cd..c54e0e9 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 6.16.0 +version: 6.16.1 apiVersion: v2 appVersion: 7.4.0 home: https://oauth2-proxy.github.io/oauth2-proxy/