parent
83e5d83492
commit
0453552b32
|
@ -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.4.0
|
||||
version: 1.4.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
|
||||
- kind: fixed
|
||||
description: syncOptions for applications
|
||||
|
|
|
@ -20,6 +20,8 @@ applications:
|
|||
automated:
|
||||
prune: false
|
||||
selfHeal: false
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
revisionHistoryLimit: null
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
|
|
|
@ -37,10 +37,6 @@ spec:
|
|||
syncPolicy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .syncOptions }}
|
||||
syncOptions:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .revisionHistoryLimit }}
|
||||
revisionHistoryLimit: {{ . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -30,8 +30,8 @@ applications: []
|
|||
# automated:
|
||||
# prune: false
|
||||
# selfHeal: false
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
# revisionHistoryLimit: null
|
||||
# ignoreDifferences:
|
||||
# - group: apps
|
||||
|
|
Loading…
Reference in New Issue