[bitnami/oauth2-proxy] Release 4.1.2 (#19149)

* [bitnami/oauth2-proxy] Release 4.1.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-09-07 09:04:41 +02:00
committed by GitHub
parent fc0df59392
commit 5fd15a5a0e
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: oauth2-proxy
image: docker.io/bitnami/oauth2-proxy:7.5.0-debian-11-r0
image: docker.io/bitnami/oauth2-proxy:7.5.0-debian-11-r3
apiVersion: v2
appVersion: 7.5.0
dependencies:
@@ -35,4 +35,4 @@ maintainers:
name: oauth2-proxy
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
version: 4.1.1
version: 4.1.2

View File

@@ -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.5.0-debian-11-r0` |
| `image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.5.0-debian-11-r3` |
| `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 | `[]` |

View File

@@ -248,7 +248,7 @@ ingress:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 7.5.0-debian-11-r0
tag: 7.5.0-debian-11-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'