You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,13 @@ For users who don't want downtime, you can perform these actions:
85
85
### To 6.0.0
86
86
87
87
Version 6.0.0 bumps the version of the Redis subchart from ~10.6.0 to ~16.4.0.
88
-
You probably need to adjust your Redis configuration.
88
+
You probably need to adjust your Redis configuration.
89
89
See [here](https://github.com/bitnami/charts/tree/master/bitnami/redis#upgrading) for detailed upgrade instructions.
90
90
91
91
### To 7.0.0
92
92
93
-
Version 7.0.0 introduces a new implementation to support multiple hostAliases.
94
-
You probably need to adjust your hostAliases config.
93
+
Version 7.0.0 introduces a new implementation to support multiple hostAliases.
94
+
You probably need to adjust your hostAliases config.
95
95
See [here](https://github.com/oauth2-proxy/manifests/pull/164/) for detailed information.
96
96
97
97
### To 8.0.0 - Bitnami 💀
@@ -100,6 +100,11 @@ Version 8.0.0 removes the dependency on the Bitnami Redis subchart and replaces
100
100
101
101
Furthermore, you can read up on why this change was necessary in [Breaking changes in Bitnami Catalog #323](https://github.com/oauth2-proxy/manifests/issues/323)
102
102
103
+
### To 9.0.0
104
+
105
+
Version 9.0.0 introduces the `.global.imageRegistry` value that allows to centrally override the image registry that is used to pull images.
106
+
The `image.repository` value is split into `image.registry` and `image.repository` in order to support that.
107
+
This means that if you were using an override for `image.repository` (to pull from a different artifact repository), you will likely have to adjust it for the new `image.registry` value. See [#367](https://github.com/oauth2-proxy/manifests/pull/367) for detailed information.
0 commit comments