File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 7.12.15
2+ version : 7.12.16
33apiVersion : v2
44appVersion : 7.9.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -32,7 +32,7 @@ kubeVersion: ">=1.16.0-0"
3232annotations :
3333 artifacthub.io/changes : |
3434 - kind: changed
35- description: Updated the Redis chart to the latest version
35+ description: Fix deployment nodeSelector rendering in template
3636 links:
3737 - name: Github PR
38- url: https://github.com/oauth2-proxy/manifests/pull/312
38+ url: https://github.com/oauth2-proxy/manifests/pull/305
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ spec:
410410 {{- end }}
411411 {{- with .Values.nodeSelector }}
412412 nodeSelector :
413- {{ toYaml . | nindent 8 }}
413+ {{- toYaml . | nindent 8 }}
414414 {{- end }}
415415 {{- with .Values.tolerations }}
416416 tolerations :
You can’t perform that action at this time.
0 commit comments