File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed 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 : 0.0.4
5+ version : 0.0.5
66home : https://github.com/argoproj/argo-helm
77icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
88keywords :
@@ -14,4 +14,4 @@ maintainers:
1414 url : https://argoproj.github.io/
1515annotations :
1616 artifacthub.io/changes : |
17- - "[Changed ]: Projects templates "
17+ - "[Added ]: Support sourceNamespaces for AppProject "
Original file line number Diff line number Diff line change 6363 signatureKeys :
6464 {{- toYaml . | nindent 4 }}
6565 {{- end }}
66+ {{- with .sourceNamespaces }}
67+ sourceNamespaces :
68+ {{- toYaml . | nindent 4 }}
69+ {{- end }}
6670{{- end }}
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ projects: []
7474# manualSync: true
7575# signatureKeys:
7676# - keyID: ABCDEF1234567890
77+ # sourceNamespaces:
78+ # - argocd
7779
7880# -- Deploy Argo CD ApplicationSets within this helm release
7981# @default -- `[]` (See [values.yaml])
You can’t perform that action at this time.
0 commit comments