File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7070 run : |
7171 helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
7272 helm dependency build charts/argo-cd/
73- helm template charts/argo-cd/ -s templates/crds/* | kubectl apply -f -
73+ helm template charts/argo-cd/ --set server.extensions.enabled=true - s templates/crds/* | kubectl apply -f -
7474
7575 - name : Skip HPA tests of ArgoCD
7676 if : contains(steps.list-changed.outputs.changed_charts, 'argo-cd')
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.3
5+ version : 0.0.4
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- - "[Added ]: Add Extensions "
17+ - "[Changed ]: Projects templates "
Original file line number Diff line number Diff line change @@ -23,10 +23,14 @@ metadata:
2323 {{- end }}
2424spec :
2525 description : {{ .description }}
26+ {{- with .sourceRepos }}
2627 sourceRepos :
27- {{- toYaml .sourceRepos | nindent 4 }}
28+ {{- toYaml . | nindent 4 }}
29+ {{- end }}
30+ {{- with .destinations }}
2831 destinations :
29- {{- toYaml .destinations | nindent 4 }}
32+ {{- toYaml . | nindent 4 }}
33+ {{- end }}
3034 {{- with .clusterResourceWhitelist }}
3135 clusterResourceWhitelist :
3236 {{- toYaml . | nindent 4 }}
You can’t perform that action at this time.
0 commit comments