diff --git a/bitnami/oauth2-proxy/Chart.lock b/bitnami/oauth2-proxy/Chart.lock index cccc7f0400..671484a8a4 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.15.6 + version: 17.17.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.8.0 -digest: sha256:4b3317819eb024e2db31d35950f966ce13d35b76269bbb8b43d1f0705011d758 -generated: "2023-08-22T09:12:26.833755882Z" + version: 2.9.0 +digest: sha256:fa37ba111a647f9265e2807489f2a7b96ab29d7238121a0d1b4a9af0d14fcab3 +generated: "2023-08-25T16:43:16.580216942Z" diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml index 5a980dace4..c26322bbef 100644 --- a/bitnami/oauth2-proxy/Chart.yaml +++ b/bitnami/oauth2-proxy/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: oauth2-proxy - image: docker.io/bitnami/oauth2-proxy:7.4.0-debian-11-r276 + image: docker.io/bitnami/oauth2-proxy:7.4.0-debian-11-r278 apiVersion: v2 appVersion: 7.4.0 dependencies: @@ -35,4 +35,4 @@ maintainers: name: oauth2-proxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy -version: 3.7.9 +version: 3.7.10 diff --git a/bitnami/oauth2-proxy/README.md b/bitnami/oauth2-proxy/README.md index cf5e96c4a4..098f6c661b 100644 --- a/bitnami/oauth2-proxy/README.md +++ b/bitnami/oauth2-proxy/README.md @@ -116,7 +116,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-r276` | +| `image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r278` | | `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 620519f3a4..e071c24fb7 100644 --- a/bitnami/oauth2-proxy/values.yaml +++ b/bitnami/oauth2-proxy/values.yaml @@ -248,7 +248,7 @@ ingress: image: registry: docker.io repository: bitnami/oauth2-proxy - tag: 7.4.0-debian-11-r276 + tag: 7.4.0-debian-11-r278 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'