[bitnami/oauth2-proxy] Release 6.0.5 (#29826)

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

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

* Update CHANGELOG.md

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
2024-10-08 21:12:08 +02:00
committed by GitHub
parent 7bb7b035d3
commit f2bfdd7e09
4 changed files with 14 additions and 10 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 6.0.4 (2024-10-02)
## 6.0.5 (2024-10-08)
* [bitnami/oauth2-proxy] Release 6.0.4 ([#29737](https://github.com/bitnami/charts/pull/29737))
* [bitnami/oauth2-proxy] Release 6.0.5 ([#29826](https://github.com/bitnami/charts/pull/29826))
## <small>6.0.4 (2024-10-02)</small>
* [bitnami/oauth2-proxy] Release 6.0.4 (#29737) ([cfc1c86](https://github.com/bitnami/charts/commit/cfc1c8696d90e6b7b4f43b2e5ca9e167ae16e913)), closes [#29737](https://github.com/bitnami/charts/issues/29737)
## <small>6.0.3 (2024-10-02)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.1.6
version: 20.1.7
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:084fd339b54856e2b3402ef8072fdb3c4b7ba92ccf49b783f16c495cd9c6e673
generated: "2024-10-02T14:34:34.05307273Z"
version: 2.24.0
digest: sha256:0cf7d51a54f3c03babcc82659fd33e90b085dd5726945b13944f976c2a39cc97
generated: "2024-10-08T18:51:21.194276534Z"

View File

@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: oauth2-proxy
image: docker.io/bitnami/oauth2-proxy:7.7.0-debian-12-r0
image: docker.io/bitnami/oauth2-proxy:7.7.1-debian-12-r0
apiVersion: v2
appVersion: 7.7.0
appVersion: 7.7.1
dependencies:
- condition: redis.enabled
name: redis
@@ -35,4 +35,4 @@ maintainers:
name: oauth2-proxy
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
version: 6.0.4
version: 6.0.5

View File

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