Skip to content

Commit 4a83f88

Browse files
chore: Fix security vulnerabilities for argo-workflows and argo-events (#716)
(cherry picked from commit c9ce4bd)
1 parent 82f5429 commit 4a83f88

File tree

1 file changed

+29
-32
lines changed

1 file changed

+29
-32
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 0.1.75
2+
appVersion: 0.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.24.2'
5+
version: 0.0.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -13,34 +13,31 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/changes: |-
17-
- kind: security
18-
description: 'chore: security fixes in tunnel-client, argo-events jetstreaming, runtime-installer'
1916
dependencies:
20-
- name: argo-cd
21-
repository: https://codefresh-io.github.io/argo-helm
22-
condition: argo-cd.enabled
23-
version: 8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5
24-
- name: argo-events
25-
repository: https://codefresh-io.github.io/argo-helm
26-
version: 2.4.8-cap-CR-29689
27-
- name: argo-workflows
28-
repository: https://codefresh-io.github.io/argo-helm
29-
version: 0.45.15-v3.6.7-cap-CR-28355
30-
condition: argo-workflows.enabled
31-
- name: argo-rollouts
32-
repository: https://codefresh-io.github.io/argo-helm
33-
version: 2.37.3-6-v1.7.2-cap-CR-29629
34-
condition: argo-rollouts.enabled
35-
- name: sealed-secrets
36-
repository: https://bitnami-labs.github.io/sealed-secrets/
37-
version: 2.17.2
38-
condition: sealed-secrets.enabled
39-
- name: codefresh-tunnel-client
40-
repository: oci://quay.io/codefresh/charts
41-
version: 0.1.22
42-
alias: tunnel-client
43-
condition: tunnel-client.enabled
44-
- name: cf-common
45-
repository: oci://quay.io/codefresh/charts
46-
version: 0.27.0
17+
- name: argo-cd
18+
repository: https://codefresh-io.github.io/argo-helm
19+
condition: argo-cd.enabled
20+
version: 8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5
21+
- name: argo-events
22+
repository: https://codefresh-io.github.io/argo-helm
23+
version: 2.4.9-cap-CR-30841
24+
- name: argo-workflows
25+
repository: https://codefresh-io.github.io/argo-helm
26+
version: 0.45.16-v3.6.7-cap-CR-30835
27+
condition: argo-workflows.enabled
28+
- name: argo-rollouts
29+
repository: https://codefresh-io.github.io/argo-helm
30+
version: 2.37.3-6-v1.7.2-cap-CR-29629
31+
condition: argo-rollouts.enabled
32+
- name: sealed-secrets
33+
repository: https://bitnami-labs.github.io/sealed-secrets/
34+
version: 2.17.2
35+
condition: sealed-secrets.enabled
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: cf-common
42+
repository: oci://quay.io/codefresh/charts
43+
version: 0.27.0

0 commit comments

Comments
 (0)