diff --git a/bitnami/oauth2-proxy/Chart.lock b/bitnami/oauth2-proxy/Chart.lock index 812c8e81c7..13b95c8ce7 100644 --- a/bitnami/oauth2-proxy/Chart.lock +++ b/bitnami/oauth2-proxy/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 17.9.5 + version: 17.10.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.2.4 -digest: sha256:76be7ac900c3052b2b931b325d3160648aa3dbfa48b0387553954bfa84f2270a -generated: "2023-04-20T09:35:15.054362+02:00" +digest: sha256:1025001ac5703d3436d08789522ba0dce639f23d4e304cb4a4c0d72df6a2bb34 +generated: "2023-04-29T14:50:09.596580822Z" diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml index d5e3e2c2a5..bcbaea5d2c 100644 --- a/bitnami/oauth2-proxy/Chart.yaml +++ b/bitnami/oauth2-proxy/Chart.yaml @@ -30,4 +30,4 @@ name: oauth2-proxy sources: - https://github.com/bitnami/containers/tree/main/bitnami/oauth2-proxy - https://github.com/oauth2-proxy/oauth2-proxy -version: 3.6.0 +version: 3.6.1 diff --git a/bitnami/oauth2-proxy/README.md b/bitnami/oauth2-proxy/README.md index 0e449ff64d..23c2bbb390 100644 --- a/bitnami/oauth2-proxy/README.md +++ b/bitnami/oauth2-proxy/README.md @@ -114,7 +114,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------- | | `image.registry` | OAuth2 Proxy image registry | `docker.io` | | `image.repository` | OAuth2 Proxy image repository | `bitnami/oauth2-proxy` | -| `image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r53` | +| `image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r62` | | `image.digest` | OAuth2 Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | OAuth2 Proxy image pull policy | `IfNotPresent` | | `image.pullSecrets` | OAuth2 Proxy image pull secrets | `[]` | diff --git a/bitnami/oauth2-proxy/values.yaml b/bitnami/oauth2-proxy/values.yaml index 846f83e68e..9ed5541761 100644 --- a/bitnami/oauth2-proxy/values.yaml +++ b/bitnami/oauth2-proxy/values.yaml @@ -245,7 +245,7 @@ ingress: image: registry: docker.io repository: bitnami/oauth2-proxy - tag: 7.4.0-debian-11-r53 + tag: 7.4.0-debian-11-r62 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'