chore(argocd-applicationset): Don't exclude chart anymore (#977)

* chore(argocd-applicationset): Don't exclude chart anymore

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* Bump chart argocd-applicationset

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* Bump minor chart version

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-10-17 20:30:37 +02:00 committed by GitHub
parent e2cb20df28
commit a992c96053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 8 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-applicationset
description: A Helm chart for installing ArgoCD ApplicationSet
type: application
version: 1.5.1
version: 1.6.0
appVersion: "v0.2.0"
home: https://github.com/argoproj/argo-helm
icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
@ -14,4 +14,5 @@ maintainers:
- name: maruina
annotations:
artifacthub.io/changes: |
- "[Removed]: Duplicated default values during chart testing"
- "[Added]: Install the chart into a kind cluster during the chart testing process"
- "[Changed]: Parameter 'args.namespace' now defaults to the namespace where you install the chart to"