feat(argo-cd): Added support for extra K8s manifests (#1094)

Signed-off-by: Nick Fisher <nxf5025@gmail.com>
This commit is contained in:
Nick Fisher 2022-01-20 05:51:57 -05:00 committed by GitHub
parent 66194fd35f
commit 2b830deaa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.2.2
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.30.1
version: 3.31.0
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: |
- "[Added]: Add configurable resources to copyutil initContainer"
- "[Added]: Add support for extra K8s manifests"