fix(argocd-applicationset): Removed duplicated "app.kubernetes.io/name" label (#728)

* Removed duplicated "app.kubernetes.io/name" label

Updated helpers.tpl

Signed-off-by: Vadim Fedorenko <meiblorn@gmail.com>

* Bump argocd-applicationset chart's version

Signed-off-by: Vadim Fedorenko <meiblorn@gmail.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Meiblorn 2021-05-17 10:21:53 +04:00 committed by GitHub
parent 7c94b7af7e
commit c311a91921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-applicationset
description: A Helm chart for installing ArgoCD ApplicationSet
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v0.1.0"
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png

View file

@ -40,7 +40,6 @@ helm.sh/chart: {{ include "argo-applicationset.chart" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/name: {{ include "argo-applicationset.name" . }}
app.kubernetes.io/part-of: argo-cd-applicationset
app.kubernetes.io/component: controller
{{- end }}