fix issue 943

Signed-off-by: Artem Kosenko <artem.kosenko@thomsonreuters.com>
This commit is contained in:
Artem Kosenko 2021-09-27 16:02:20 +03:00
parent 263919a8a8
commit 00dac76a2a
2 changed files with 7 additions and 2 deletions

View file

@ -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"

View file

@ -38,5 +38,9 @@ items:
ignoreDifferences:
{{- toYaml .ignoreDifferences | nindent 8 }}
{{- end }}
{{- if .info }}
info:
{{- toYaml .info | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}