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
parent
b4d2be51bc
commit
9920ecdb6e
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.4.11
|
appVersion: v2.4.11
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 5.3.2
|
version: 5.3.3
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -21,4 +21,4 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: Invalid yaml for controller topologySpreadConstraints"
|
- "[Fixed]: Removal of duplicate mapping key annotations in crds"
|
||||||
|
|
|
@ -9,11 +9,10 @@ metadata:
|
||||||
{{- with .Values.crds.annotations }}
|
{{- with .Values.crds.annotations }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
controller-gen.kubebuilder.io/version: v0.3.0
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: applicationsets.argoproj.io
|
app.kubernetes.io/name: applicationsets.argoproj.io
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
annotations:
|
|
||||||
controller-gen.kubebuilder.io/version: v0.3.0
|
|
||||||
name: applicationsets.argoproj.io
|
name: applicationsets.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
group: argoproj.io
|
group: argoproj.io
|
||||||
|
|
|
@ -9,11 +9,10 @@ metadata:
|
||||||
{{- with .Values.crds.annotations }}
|
{{- with .Values.crds.annotations }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
controller-gen.kubebuilder.io/version: v0.4.1
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: argocdextensions.argoproj.io
|
app.kubernetes.io/name: argocdextensions.argoproj.io
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
annotations:
|
|
||||||
controller-gen.kubebuilder.io/version: v0.4.1
|
|
||||||
name: argocdextensions.argoproj.io
|
name: argocdextensions.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
group: argoproj.io
|
group: argoproj.io
|
||||||
|
|
Loading…
Reference in New Issue