[bitnami/oauth2-proxy] Upgrade to Redis subchart 22 (#35720)

* [bitnami/oauth2-proxy] Upgrade to Redis subchart 22

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

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

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: David Gomez <david.gomez@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
David Gomez
2025-08-11 10:04:55 +02:00
committed by GitHub
parent 37f9689f9d
commit c422957ecf
5 changed files with 16 additions and 15 deletions

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## 7.0.7 (2025-08-07) ## 8.0.0 (2025-08-11)
* [bitnami/oauth2-proxy] :zap: :arrow_up: Update dependency references ([#35514](https://github.com/bitnami/charts/pull/35514)) * [bitnami/oauth2-proxy] Upgrade to Redis subchart 22 ([#35720](https://github.com/bitnami/charts/pull/35720))
## <small>7.0.7 (2025-08-07)</small>
* [bitnami/oauth2-proxy] :zap: :arrow_up: Update dependency references (#35514) ([bf2797e](https://github.com/bitnami/charts/commit/bf2797eac44c770388187f3f9a709316c47a3946)), closes [#35514](https://github.com/bitnami/charts/issues/35514)
## <small>7.0.6 (2025-07-31)</small> ## <small>7.0.6 (2025-07-31)</small>

View File

@@ -1,9 +1,9 @@
dependencies: dependencies:
- name: redis - name: redis
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 21.0.0 version: 22.0.1
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.0 version: 2.31.3
digest: sha256:8d2509e8c5d53598707d3a9ab4ae5bac2ce85f5c1c52aeb8397f1f08534921f4 digest: sha256:df72c4ce7a939c5148c149374a8a196372ecc65ac3ff46beeb6abfbcdd22205a
generated: "2025-05-07T11:42:09.670278992+02:00" generated: "2025-08-11T09:27:53.881858+02:00"

View File

@@ -14,7 +14,7 @@ dependencies:
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 21.x.x version: 22.x.x
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
tags: tags:
@@ -38,4 +38,4 @@ maintainers:
name: oauth2-proxy name: oauth2-proxy
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy - https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
version: 7.0.7 version: 8.0.0

View File

@@ -153,7 +153,6 @@ The [Bitnami OAuth2 Proxy](https://github.com/bitnami/containers/tree/main/bitna
| `global.imageRegistry` | Global Docker image registry | `""` | | `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` | | `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` | | `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` | | `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
@@ -390,6 +389,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading ## Upgrading
### To 8.0.0
This major updates the Redis&reg; subchart to its newest major, 22.0.0, which updates Redis&reg; from 8.0 to 8.2. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.
### To 7.0.0 ### To 7.0.0
This major updates the Redis&reg; subchart to its newest major, 21.0.0, which updates Redis&reg; from 7.4 to 8.0. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade. This major updates the Redis&reg; subchart to its newest major, 21.0.0, which updates Redis&reg; from 7.4 to 8.0. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.

View File

@@ -10,7 +10,6 @@
## @param global.imageRegistry Global Docker image registry ## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array ## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s) ## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
## ##
global: global:
imageRegistry: "" imageRegistry: ""
@@ -20,7 +19,6 @@ global:
## ##
imagePullSecrets: [] imagePullSecrets: []
defaultStorageClass: "" defaultStorageClass: ""
storageClass: ""
## Security parameters ## Security parameters
## ##
security: security:
@@ -190,10 +188,6 @@ ingress:
## @param ingress.enabled Enable ingress record generation for OAuth2 Proxy ## @param ingress.enabled Enable ingress record generation for OAuth2 Proxy
## ##
enabled: false enabled: false
## DEPRECATED: Use ingress.annotations instead of ingress.certManager
## certManager: false
##
## @param ingress.pathType Ingress path type ## @param ingress.pathType Ingress path type
## ##
pathType: ImplementationSpecific pathType: ImplementationSpecific