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:
Marco Kilchhofer 2022-01-27 11:15:05 +01:00 committed by GitHub
parent e00af60b39
commit cf57a71a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 10 deletions

View file

@ -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)"