diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index bc547f09..1286410b 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.1.2 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.21.1 +version: 3.21.2 home: https://github.com/argoproj/argo-helm icon: https://argoproj.github.io/argo-cd/assets/logo.png keywords: @@ -22,3 +22,4 @@ dependencies: annotations: artifacthub.io/changes: | - "[Fixed]: Dex deployment now also supports hostAliases" + - "[Fixed]: server.additionalApplications.[].info" diff --git a/charts/argo-cd/templates/argocd-server/applications.yaml b/charts/argo-cd/templates/argocd-server/applications.yaml index 1b9d424a..a1394b1a 100644 --- a/charts/argo-cd/templates/argocd-server/applications.yaml +++ b/charts/argo-cd/templates/argocd-server/applications.yaml @@ -38,5 +38,9 @@ items: ignoreDifferences: {{- toYaml .ignoreDifferences | nindent 8 }} {{- end }} + {{- if .info }} + info: +{{- toYaml .info | nindent 8 }} + {{- end }} +{{- end }} {{- end }} -{{- end }} \ No newline at end of file