fix(argocd-apps): move ignoreApplicationDifferences block up a level (#2471)

Signed-off-by: imranismail <hey@imranismail.dev>
This commit is contained in:
Imran Ismail 2024-02-02 22:37:27 +13:00 committed by GitHub
parent 8b98cf177a
commit dc738a111b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-apps
description: A Helm chart for managing additional Argo CD Applications and Projects
type: application
version: 1.6.0
version: 1.6.1
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -17,5 +17,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: ability to specify ignoreApplicationDifferences for applicationsets
- kind: fixed
description: move ignoreApplicationDifferences block up a level to fix render

View file

@ -26,11 +26,11 @@ spec:
generators:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .strategy }}
{{- with .ignoreApplicationDifferences }}
ignoreApplicationDifferences:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .strategy }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}