diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 01d51508..761d3057 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.12.15 +version: 7.12.16 apiVersion: v2 appVersion: 7.9.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -32,7 +32,7 @@ kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - kind: changed - description: Updated the Redis chart to the latest version + description: Fix deployment nodeSelector rendering in template links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/312 + url: https://github.com/oauth2-proxy/manifests/pull/305 diff --git a/helm/oauth2-proxy/templates/deployment.yaml b/helm/oauth2-proxy/templates/deployment.yaml index 39e091fd..a483d27b 100644 --- a/helm/oauth2-proxy/templates/deployment.yaml +++ b/helm/oauth2-proxy/templates/deployment.yaml @@ -410,7 +410,7 @@ spec: {{- end }} {{- with .Values.nodeSelector }} nodeSelector: - {{ toYaml . | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.tolerations }} tolerations: