Skip to content

Commit ab3a6be

Browse files
Update redis version (#79)
* Update redis version Signed-off-by: Matthias Teich <[email protected]> * review rework Signed-off-by: Matthias Teich <[email protected]> * Update redis standalone test config * Update Chart.yaml * Update README.md * Update redis chart.lock file Co-authored-by: Cédric de Saint Martin <[email protected]>
1 parent 074b40a commit ab3a6be

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

helm/oauth2-proxy/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: redis
33
repository: https://charts.bitnami.com/bitnami
4-
version: 10.6.19
5-
digest: sha256:9967a7f9f35d93e0c3ac69e4cfbea4ea8d38cfd12a7ad416dd81256800eb040f
6-
generated: "2021-05-14T12:07:28.273068+02:00"
4+
version: 16.4.0
5+
digest: sha256:a6a2b7e848cc6c48dc175d8e6aa23651385f8d317f33bbb4fea97db822c3d445
6+
generated: "2022-02-10T12:48:38.7766769+01:00"

helm/oauth2-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 5.4.0
2+
version: 6.0.0
33
apiVersion: v2
44
appVersion: 7.2.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -14,7 +14,7 @@ keywords:
1414
- redis
1515
dependencies:
1616
- name: redis
17-
version: ~10.6.0
17+
version: ~16.4.0
1818
repository: https://charts.bitnami.com/bitnami
1919
alias: redis
2020
condition: redis.enabled

helm/oauth2-proxy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ For users who don't want downtime, you can perform these actions:
7878
- Add new labels to pods
7979
- Perform `helm upgrade`
8080

81+
### To 6.0.0
82+
83+
Version 6.0.0 bumps the version of the redis subchart from ~10.6.0 to ~16.4.0. You probably need to adjust your redis config. See [here](https://github.com/bitnami/charts/tree/master/bitnami/redis#upgrading) for detailed upgrade instructions.
84+
8185
## Configuration
8286

8387
The following table lists the configurable parameters of the oauth2-proxy chart and their default values.

helm/oauth2-proxy/ci/redis-standalone-values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ sessionStorage:
66
redis:
77
# provision an instance of the redis sub-chart
88
enabled: true
9-
password: "foo"
9+
architecture: standalone
10+
global:
11+
redis:
12+
password: "foo"

0 commit comments

Comments
 (0)