diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index e41db19a..1b90d81d 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.2.5 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.33.8 +version: 3.34.0 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Fixed]: Added repo-server copyutil securityContext" + - "[Changed]: Always mount argocd-tls-certs-cm in server and repo-server" diff --git a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml index d485c613..d118bd72 100755 --- a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml @@ -85,10 +85,8 @@ spec: - mountPath: /app/config/ssh name: ssh-known-hosts {{- end }} - {{- if .Values.configs.tlsCerts }} - mountPath: /app/config/tls name: tls-certs - {{- end }} - mountPath: /app/config/reposerver/tls name: argocd-repo-server-tls - mountPath: /tmp @@ -169,11 +167,9 @@ spec: name: argocd-ssh-known-hosts-cm name: ssh-known-hosts {{- end }} - {{- if .Values.configs.tlsCerts }} - configMap: name: argocd-tls-certs-cm name: tls-certs - {{- end }} - name: helm-working-dir emptyDir: {} - name: argocd-repo-server-tls diff --git a/charts/argo-cd/templates/argocd-server/deployment.yaml b/charts/argo-cd/templates/argocd-server/deployment.yaml index e6b3eb01..0a198dc5 100755 --- a/charts/argo-cd/templates/argocd-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-server/deployment.yaml @@ -85,10 +85,8 @@ spec: - mountPath: /app/config/ssh name: ssh-known-hosts {{- end }} - {{- if .Values.configs.tlsCerts }} - mountPath: /app/config/tls name: tls-certs - {{- end }} - mountPath: /app/config/server/tls name: argocd-repo-server-tls {{- if .Values.configs.styles }} @@ -204,11 +202,9 @@ spec: name: argocd-ssh-known-hosts-cm name: ssh-known-hosts {{- end }} - {{- if .Values.configs.tlsCerts }} - configMap: name: argocd-tls-certs-cm name: tls-certs - {{- end }} - name: argocd-repo-server-tls secret: items: