fix(argo-cd): Remove unneeded static-files volume (#1213)
* Remove unneeded static-files volume Signed-off-by: Domonkos Cinke <seayou@gmail.com> Signed-off-by: Domonkos Cinke <domonkos.cinke@namecheap.com> * Bump chart version and add changelog Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
f9fe628f86
commit
93274f59ae
2 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.3.3
|
appVersion: v2.3.3
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 4.5.6
|
version: 4.5.7
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -21,4 +21,4 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: applicationset resources were not included in aggregate argo cluster roles"
|
- "[Removed]: Drop unneeded static-files volume from argocd-server"
|
||||||
|
|
|
@ -190,8 +190,6 @@ spec:
|
||||||
- name: extensions
|
- name: extensions
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- emptyDir: {}
|
|
||||||
name: static-files
|
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: tmp-dir
|
name: tmp-dir
|
||||||
{{- if .Values.server.containerSecurityContext.readOnlyRootFilesystem }}
|
{{- if .Values.server.containerSecurityContext.readOnlyRootFilesystem }}
|
||||||
|
|
Loading…
Reference in a new issue