File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 7.1 .0
2+ version : 7.2 .0
33apiVersion : v2
44appVersion : 7.6.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
3434kubeVersion : " >=1.9.0-0"
3535annotations :
3636 artifacthub.io/changes : |
37- - kind: added
38- description: Make deploy.strategy configurable
37+ - kind: changed
38+ description: Remove the v from the oauth2-proxy deployment.yaml image
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/188
41+ url: https://github.com/oauth2-proxy/manifests/pull/189
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Compute the redis url if not set explicitly.
117117Returns the version
118118*/} }
119119{ {- define " oauth2-proxy.version" -} }
120- { { trimPrefix " v " (lower ( .Values.image.tag | default (printf " v%s" .Chart.AppVersion)) ) } }
120+ { { .Values.image.tag | default (printf " v%s" .Chart.AppVersion) } }
121121{ {- end -} }
122122
123123{ {/*
Original file line number Diff line number Diff line change 8282 {{- end }}
8383 containers :
8484 - name : {{ .Chart.Name }}
85- image : " {{ .Values.image.repository }}:v {{ include " oauth2-proxy.version" . }}"
85+ image : " {{ .Values.image.repository }}:{{ include " oauth2-proxy.version" . }}"
8686 imagePullPolicy : {{ .Values.image.pullPolicy }}
8787 args :
8888 {{- if .Values.alphaConfig.enabled }}
You can’t perform that action at this time.
0 commit comments