fix issue 943
Signed-off-by: Artem Kosenko <artem.kosenko@thomsonreuters.com>
This commit is contained in:
parent
263919a8a8
commit
00dac76a2a
2 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -38,5 +38,9 @@ items:
|
|||
ignoreDifferences:
|
||||
{{- toYaml .ignoreDifferences | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .info }}
|
||||
info:
|
||||
{{- toYaml .info | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
Loading…
Reference in a new issue