feat(argo-cd): Add sizeLimit parameters on emptyDir (#2607)
* feat(argo-cd): Add sizeLimit parameters on emptyDir Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr> * feat(argo-cd): Bumping chart version Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr> * Fix(argo-cd): Add missing new line Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr> --------- Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr> Signed-off-by: Pierre Blais <109473352+pierreblais@users.noreply.github.com> Co-authored-by: Tim Collins <45351296+tico24@users.noreply.github.com>
This commit is contained in:
parent
30fd5202b0
commit
72f0a50d70
9 changed files with 113 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.10.5
|
|||
kubeVersion: ">=1.23.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 6.7.7
|
||||
version: 6.7.8
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -27,4 +27,4 @@ annotations:
|
|||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Support for Overriding Argo CD Server ClusterRole Permissions
|
||||
description: Add sizeLimit params on EmptyDir Volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue