From 93274f59ae83608f0527f8fbb4e25dd37e0666c0 Mon Sep 17 00:00:00 2001 From: Domonkos Cinke Date: Fri, 22 Apr 2022 11:54:54 +0200 Subject: [PATCH] fix(argo-cd): Remove unneeded static-files volume (#1213) * Remove unneeded static-files volume Signed-off-by: Domonkos Cinke Signed-off-by: Domonkos Cinke * Bump chart version and add changelog Signed-off-by: Marco Kilchhofer Co-authored-by: Marco Kilchhofer --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/templates/argocd-server/deployment.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 860174eb..56bbf6d8 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.3.3 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 4.5.6 +version: 4.5.7 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]: applicationset resources were not included in aggregate argo cluster roles" + - "[Removed]: Drop unneeded static-files volume from argocd-server" diff --git a/charts/argo-cd/templates/argocd-server/deployment.yaml b/charts/argo-cd/templates/argocd-server/deployment.yaml index 2c04f5df..4395120d 100755 --- a/charts/argo-cd/templates/argocd-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-server/deployment.yaml @@ -190,8 +190,6 @@ spec: - name: extensions emptyDir: {} {{- end }} - - emptyDir: {} - name: static-files - emptyDir: {} name: tmp-dir {{- if .Values.server.containerSecurityContext.readOnlyRootFilesystem }}