@@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.72
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : 0.0.0
5+ version : ' {{ workflow.outputs.parameters.global-chart-version }} '
66home : https://github.com/codefresh-io/gitops-runtime-helm
77icon : https://avatars1.githubusercontent.com/u/11412079?v=3
88keywords :
@@ -14,31 +14,31 @@ maintainers:
1414annotations :
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616dependencies :
17- - name : argo-cd
18- repository : https://argoproj.github.io/argo-helm
19- condition : argo-cd.enabled
20- version : 9.0.2
21- - name : argo-events
22- repository : https://codefresh-io.github.io/argo-helm
23- version : 2.4.9-cap-CR-30841
24- condition : argo-events.enabled
25- - name : argo-workflows
26- repository : https://codefresh-io.github.io/argo-helm
27- version : 0.45.16-v3.6.7-cap-CR-30835
28- condition : argo-workflows.enabled
29- - name : argo-rollouts
30- repository : https://codefresh-io.github.io/argo-helm
31- version : 2.37.3-7-v1.7.2-cap-OSS-697
32- condition : argo-rollouts.enabled
33- - name : sealed-secrets
34- repository : https://bitnami-labs.github.io/sealed-secrets/
35- version : 2.17.2
36- - name : codefresh-tunnel-client
37- repository : oci://quay.io/codefresh/charts
38- version : 0.1.22
39- alias : tunnel-client
40- condition : tunnel-client.enabled
41- - name : redis-ha
42- version : 4.33.4
43- repository : https://dandydeveloper.github.io/charts/
44- condition : redis-ha.enabled
17+ - name : argo-cd
18+ repository : https://argoproj.github.io/argo-helm
19+ condition : argo-cd.enabled
20+ version : 9.0.2
21+ - name : argo-events
22+ repository : https://codefresh-io.github.io/argo-helm
23+ version : 2.4.9-cap-CR-30841
24+ condition : argo-events.enabled
25+ - name : argo-workflows
26+ repository : https://codefresh-io.github.io/argo-helm
27+ version : 0.45.16-v3.6.7-cap-CR-30835
28+ condition : argo-workflows.enabled
29+ - name : argo-rollouts
30+ repository : https://codefresh-io.github.io/argo-helm
31+ version : 2.37.3-7-v1.7.2-cap-OSS-697
32+ condition : argo-rollouts.enabled
33+ - name : sealed-secrets
34+ repository : https://bitnami-labs.github.io/sealed-secrets/
35+ version : 2.17.2
36+ - name : codefresh-tunnel-client
37+ repository : oci://quay.io/codefresh/charts
38+ version : 0.1.22
39+ alias : tunnel-client
40+ condition : tunnel-client.enabled
41+ - name : redis-ha
42+ version : 4.33.4
43+ repository : https://dandydeveloper.github.io/charts/
44+ condition : redis-ha.enabled
0 commit comments