Skip to content

Commit 4614108

Browse files
committed
add 9.0.0 section to the upgrade information in the README
Signed-off-by: Fiete Ostkamp <F.Ostkamp@web.de>
1 parent 2df0771 commit 4614108

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

helm/oauth2-proxy/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ For users who don't want downtime, you can perform these actions:
8585
### To 6.0.0
8686

8787
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.
8989
See [here](https://github.com/bitnami/charts/tree/master/bitnami/redis#upgrading) for detailed upgrade instructions.
9090

9191
### To 7.0.0
9292

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.
9595
See [here](https://github.com/oauth2-proxy/manifests/pull/164/) for detailed information.
9696

9797
### To 8.0.0 - Bitnami 💀
@@ -100,6 +100,11 @@ Version 8.0.0 removes the dependency on the Bitnami Redis subchart and replaces
100100

101101
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)
102102

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.
103108

104109
## Configuration
105110

0 commit comments

Comments
 (0)