diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 099ff4ef..0f0ecb1d 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v2.5.1 kubeVersion: ">=1.22.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.13.2 +version: 5.13.3 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -23,4 +23,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Changed]: Update redis-ha" + - "[Fixed]: Add /tmp volumeMount to extensions container" diff --git a/charts/argo-cd/templates/argocd-server/deployment.yaml b/charts/argo-cd/templates/argocd-server/deployment.yaml index 0bbd03f5..86739bdd 100755 --- a/charts/argo-cd/templates/argocd-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-server/deployment.yaml @@ -327,6 +327,8 @@ spec: volumeMounts: - name: extensions mountPath: /tmp/extensions/ + - name: tmp + mountPath: /tmp {{- end }} {{- with .Values.server.nodeSelector }} nodeSelector: