Update: changelog
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
This commit is contained in:
parent
7d1e80ca3a
commit
5dcc6e696f
1 changed files with 11 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
apiVersion: v2
|
||||
appVersion: 2.0.0
|
||||
appVersion: 2.1.2
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.3.0
|
||||
version: 3.18.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
||||
keywords:
|
||||
- argoproj
|
||||
- argocd
|
||||
|
@ -14,8 +14,11 @@ maintainers:
|
|||
- name: alexmt
|
||||
- name: jessesuen
|
||||
- name: seanson
|
||||
# dependencies:
|
||||
# - name: redis-ha
|
||||
# version: 4.12.14
|
||||
# repository: https://dandydeveloper.github.io/charts/
|
||||
# condition: redis-ha.enabled
|
||||
dependencies:
|
||||
- name: redis-ha
|
||||
version: 4.12.17
|
||||
repository: https://dandydeveloper.github.io/charts/
|
||||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Support for additional labels"
|
||||
|
|
Loading…
Reference in a new issue