From ba733e921d06c056a38eb15925c5fcefd008b146 Mon Sep 17 00:00:00 2001 From: Petr Drastil Date: Thu, 22 Sep 2022 10:52:41 +0200 Subject: [PATCH] fix(argo-cd): Rendering of node selector for repoServer (#1484) Signed-off-by: Petr Drastil --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/templates/argocd-repo-server/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 947f2362..9d787849 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.4.12 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.5.2 +version: 5.5.3 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -19,4 +19,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Fixed]: Argo CD server returns 404 due to invalid default value" + - "[Fixed]: Node selector for repoServer was not rendered correctly" diff --git a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml index c207f18a..a1f600dc 100755 --- a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml @@ -235,7 +235,7 @@ spec: {{- end }} {{- with .Values.repoServer.nodeSelector }} nodeSelector: - {{- toYaml .Values.repoServer.nodeSelector | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.repoServer.tolerations }} tolerations: