File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : argocd-apps
33description : A Helm chart for managing additional Argo CD Applications and Projects
44type : application
5- version : 1.5 .0
5+ version : 1.6 .0
66home : https://github.com/argoproj/argo-helm
77icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
88keywords :
@@ -17,5 +17,5 @@ annotations:
1717 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
1818 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
1919 artifacthub.io/changes : |
20- - kind: deprecated
21- description: Add deprecated note for Argo CD Extensions
20+ - kind: added
21+ description: ability to specify ignoreApplicationDifferences for applicationsets
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ applicationsets:
1313 directories :
1414 - path : guestbook
1515 - path : kustomize-*
16+ # Ref https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
17+ ignoreApplicationDifferences :
18+ - jsonPointers :
19+ - /spec/syncPolicy
1620 template :
1721 metadata :
1822 name : ' {{path.basename}}'
Original file line number Diff line number Diff line change 2727 {{- toYaml . | nindent 4 }}
2828 {{- end }}
2929 {{- with .strategy }}
30+ {{- with .ignoreApplicationDifferences }}
31+ ignoreApplicationDifferences :
32+ {{- toYaml . | nindent 4 }}
33+ {{- end }}
3034 strategy :
3135 {{- toYaml . | nindent 4 }}
3236 {{- end }}
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ applicationsets: []
106106# directories:
107107# - path: guestbook
108108# - path: kustomize-*
109+ # # Ref https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
110+ # ignoreApplicationDifferences:
111+ # - jsonPointers:
112+ # - /spec/syncPolicy
109113# # Progressive Syncs is an experimental feature and it must be explicitly enabled
110114# # Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Progressive-Syncs/#enabling-progressive-syncs
111115# strategy:
You can’t perform that action at this time.
0 commit comments