File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 7.14.1
2+ version : 7.14.2
33apiVersion : v2
44appVersion : 7.10.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -31,8 +31,8 @@ maintainers:
3131kubeVersion : " >=1.16.0-0"
3232annotations :
3333 artifacthub.io/changes : |
34- - kind: changed
35- description: Updated OAuth2-Proxy image to v7.10.0
34+ - kind: fixed
35+ description: Don't render null keys inside PDB
3636 links:
3737 - name: Github PR
38- url: https://github.com/oauth2-proxy/manifests/pull/321
38+ url: https://github.com/oauth2-proxy/manifests/pull/322
Original file line number Diff line number Diff line change 1111 selector :
1212 matchLabels :
1313 {{- include "oauth2-proxy.selectorLabels" . | indent 6 }}
14- maxUnavailable : {{ .Values.podDisruptionBudget.maxUnavailable }}
15- minAvailable : {{ .Values.podDisruptionBudget.minAvailable }}
14+ {{- with .Values.podDisruptionBudget.maxUnavailable }}
15+ maxUnavailable : {{ . }}
16+ {{- end }}
17+ {{- with .Values.podDisruptionBudget.minAvailable }}
18+ minAvailable : {{ . }}
19+ {{- end }}
1620{{- end }}
You can’t perform that action at this time.
0 commit comments