File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 6.21.0
2+ version : 6.21.1
33apiVersion : v2
44appVersion : 7.5.1
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: Add possibility to set resources for the wait-for-redis initContainer
37+ - kind: fixed
38+ description: Fix wrong formating for resources for the wait-for-redis initContainer
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/176
41+ url: https://github.com/oauth2-proxy/manifests/pull/177
Original file line number Diff line number Diff line change 7373 {{- toYaml $securityContext | nindent 10 }}
7474 {{- end }}
7575 resources :
76- {{ toYaml .Values.initContainers.waitForRedis.resources | indent 10 }}
76+ {{- toYaml .Values.initContainers.waitForRedis.resources | nindent 10 }}
7777 {{- end }}
7878 {{- if .Values.terminationGracePeriodSeconds }}
7979 terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
You can’t perform that action at this time.
0 commit comments