fix(argo-cd): Removal of duplicate mapping key annotations in crds (#1424)

Signed-off-by: Jan Fuhrer <janfuhrer@mailbox.org>
pull/1426/head argo-cd-5.3.3
Jan Fuhrer 2022-08-26 00:09:20 +02:00 committed by GitHub
parent b4d2be51bc
commit 9920ecdb6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.4.11
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.3.2
version: 5.3.3
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: |
- "[Fixed]: Invalid yaml for controller topologySpreadConstraints"
- "[Fixed]: Removal of duplicate mapping key annotations in crds"

View File

@ -9,11 +9,10 @@ metadata:
{{- with .Values.crds.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
controller-gen.kubebuilder.io/version: v0.3.0
labels:
app.kubernetes.io/name: applicationsets.argoproj.io
app.kubernetes.io/part-of: argocd
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
name: applicationsets.argoproj.io
spec:
group: argoproj.io

View File

@ -9,11 +9,10 @@ metadata:
{{- with .Values.crds.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
controller-gen.kubebuilder.io/version: v0.4.1
labels:
app.kubernetes.io/name: argocdextensions.argoproj.io
app.kubernetes.io/part-of: argocd
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
name: argocdextensions.argoproj.io
spec:
group: argoproj.io