-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Thanks for maintaining this helm release !
As a oauth2-proxy user,
In order to avoid that a bump to sso-proxy automatically deploy to my production system,
And in order to ensure that OCI image bumps are compatible with Helm chart versions
I need the default OCI images to be specified in the values.yaml
Currently no tag is specified, resulting to using latest AFAIK
manifests/helm/oauth2-proxy/values.yaml
Lines 77 to 82 in a457c15
| image: | |
| repository: "quay.io/oauth2-proxy/oauth2-proxy" | |
| # appVersion is used by default | |
| tag: "" | |
| pullPolicy: "IfNotPresent" | |
| command: [] |
Metadata
Metadata
Assignees
Labels
No labels