-
Notifications
You must be signed in to change notification settings - Fork 177
Support global image registry #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- introduce `.global.imageRegistry` value to allow global configuration of the image registry - split up `image.repository` into `image.registry` and `image.repository` to allow separate configuration - use `image.registry` if `.global.imageRegistry` is not set Signed-off-by: Fiete Ostkamp <F.Ostkamp@web.de>
ca2ec4d to
b70c902
Compare
| image: | ||
| repository: "quay.io/oauth2-proxy/oauth2-proxy" | ||
| registry: "quay.io" | ||
| repository: "oauth2-proxy/oauth2-proxy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a breaking change and would yield a bump to chart version 9.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So also a migration guide must be added here https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/README.md#upgrading-an-existing-release-to-a-new-major-version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review comments! I have now added a 9.0.0 section to the upgrade information in the README.
Please feel free to suggest different wording if you like
Co-authored-by: Pierluigi Lenoci <pierluigi.lenoci@sap.com>
Description
.global.imageRegistryvalue to allow global configuration of the image registryimage.repositoryintoimage.registryandimage.repositoryto allow separate configurationimage.registryif.global.imageRegistryis not setChecklist: