From cf3dda59bf0c4f439b9aaed91efc2b0c61e63294 Mon Sep 17 00:00:00 2001 From: Vincent Privat Date: Tue, 30 Sep 2025 10:50:13 +0200 Subject: [PATCH] Fix default value of initContainers.waitForRedis.image.repository in README --- helm/oauth2-proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/README.md b/helm/oauth2-proxy/README.md index fe13f75..cf7eb7d 100644 --- a/helm/oauth2-proxy/README.md +++ b/helm/oauth2-proxy/README.md @@ -172,7 +172,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart | `ingress.tls` | Ingress TLS configuration | `nil` | | `initContainers.waitForRedis.enabled` | If `redis.enabled` is true, use an init container to wait for the Redis master pod to be ready. If `serviceAccount.enabled` is true, create additionally a role/binding to get, list, and watch the Redis master pod | `true` | | `initContainers.waitForRedis.image.pullPolicy` | kubectl image pull policy | `IfNotPresent` | -| `initContainers.waitForRedis.image.repository` | kubectl image repository | `docker.io/bitnami/kubectl` | +| `initContainers.waitForRedis.image.repository` | kubectl image repository | `alpine` | | `initContainers.waitForRedis.kubectlVersion` | kubectl version to use for the init container | `printf "%s.%s" .Capabilities.KubeVersion.Major (.Capabilities.KubeVersion.Minor \| replace "+" "")` | | `initContainers.waitForRedis.securityContext.enabled` | enable Kubernetes security context on container | `true` | | `initContainers.waitForRedis.timeout` | number of seconds | 180 |