File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 6.23.1
2+ version : 6.23.2
33apiVersion : v2
44appVersion : 7.5.1
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535annotations :
3636 artifacthub.io/changes : |
3737 - kind: fixed
38- description: Fix indentation in alpha config
38+ description: Allow setting revisionHistoryLimit to 0
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/180
41+ url: https://github.com/oauth2-proxy/manifests/pull/183
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ metadata:
1212 namespace : {{ template "oauth2-proxy.namespace" $ }}
1313spec :
1414 replicas : {{ .Values.replicaCount }}
15- {{- if .Values.revisionHistoryLimit }}
1615 revisionHistoryLimit : {{ .Values.revisionHistoryLimit }}
17- {{- end }}
1816 selector :
1917 matchLabels :
2018 {{- include "oauth2-proxy.selectorLabels" . | indent 6 }}
You can’t perform that action at this time.
0 commit comments