File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 7.7.0
2+ version : 7.7.1
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: option to configure traffic policy for the service
37+ - kind: fixed
38+ description: fixed chart inconsistencies
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/190
41+ url: https://github.com/oauth2-proxy/manifests/pull/212
Original file line number Diff line number Diff line change 2525 template :
2626 metadata :
2727 annotations :
28+ {{- if .Values.config.configFile }}
2829 checksum/config : {{ tpl .Values.config.configFile $ | sha256sum }}
30+ {{- end }}
2931 {{- if .Values.alphaConfig.enabled }}
3032 checksum/alpha-config : {{ include "oauth2-proxy.alpha-config" . | sha256sum }}
3133 {{- end }}
6668 - name : wait-for-redis
6769 image : " {{ .Values.initContainers.waitForRedis.image.repository }}:{{ .Values.initContainers.waitForRedis.image.tag }}"
6870 imagePullPolicy : {{ .Values.initContainers.waitForRedis.image.pullPolicy }}
69- command : ["/bin/sh", "-c", "/scripts/check-redis.sh"]
71+ command : ["/bin/sh", "-c", "/scripts/check-redis.sh"]
7072 env :
7173 - name : TOTAL_RETRY_TIME
7274 value : " {{ .Values.initContainers.waitForRedis.timeout }}"
You can’t perform that action at this time.
0 commit comments