Skip to content

Commit 9fe07d5

Browse files
author
cf-ci-bot-v2
committed
CI Automatic commit - align Chart version
1 parent 771870d commit 9fe07d5

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: '{{ workflow.outputs.parameters.global-chart-version }}'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,31 +14,31 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
dependencies:
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

Comments
 (0)