fix(argo-cd): Add custom volume as Helm working dir (#1103)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
e00af60b39
commit
cf57a71a15
2 changed files with 17 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.2.3
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.32.0
|
||||
version: 3.32.1
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,5 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Update to Argo-CD v2.2.3"
|
||||
- "[Changed]: Update Redis to v6.2.6"
|
||||
- "[Fixed]: Add custom volume as Helm working dir (sync with upstream manifests)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue