oauth2-proxy / manifests

For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
Apache License 2.0
170 stars 153 forks source link

Add ability to set custom tag without rendering it with 'v' prefix #135

Closed th30nlyw4y closed 1 year ago

th30nlyw4y commented 1 year ago

Hi!

When i tried using this chart with custom image & tag provided, i've faced an error, because we build images with tags in the form of X.X.X, but chart doesn't provide any ability to use it without v prefix. So this small change addresses the issue and resolves it

BR