Upgrade application-set to version 0.2.0 (#887)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2021-08-23 15:05:09 +02:00 committed by GitHub
parent 3440961aa9
commit 573a7494d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4942 additions and 305 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-applicationset name: argocd-applicationset
description: A Helm chart for installing ArgoCD ApplicationSet description: A Helm chart for installing ArgoCD ApplicationSet
type: application type: application
version: 1.2.0 version: 1.3.0
appVersion: "v0.2.0" appVersion: "v0.2.0"
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
@ -14,4 +14,5 @@ maintainers:
- name: maruina - name: maruina
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Changed]: Bumped argocd-applicationset to 0.2.0" - "[Fixed]: Use new image repository"
- "[Changed]: Updated ApplicationSet CRD"

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
# The image repository # The image repository
repository: quay.io/argocdapplicationset/argocd-applicationset repository: quay.io/argoproj/argocd-applicationset
# Image pull policy # Image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.