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: