Skip to content

Commit 1061b84

Browse files
jess-belliveaupierluigilenocituunit
authored
fix: rendering of nodeSelector without whitespace (#305)
* Render nodeSelector without whitespace * Update Chart.yaml with changes * Update Chart.yaml * bump to v7.11.16 Signed-off-by: Jan Larwig <[email protected]> --------- Signed-off-by: Jan Larwig <[email protected]> Co-authored-by: Pierluigi Lenoci <[email protected]> Co-authored-by: Jan Larwig <[email protected]>
1 parent 8e87611 commit 1061b84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.12.15
2+
version: 7.12.16
33
apiVersion: v2
44
appVersion: 7.9.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -32,7 +32,7 @@ kubeVersion: ">=1.16.0-0"
3232
annotations:
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

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)