Skip to content

Commit 9e5068f

Browse files
committed
chore(deps): update cf-argocd-extras dependency to 0.3.13 (#427)
Update cf-argocd-extras dependency in parent chart to incorporate the YAML parsing error handling improvements. This update improves the system's resilience when encountering malformed YAML files during resource manifest retrieval.
1 parent 4d9c720 commit 9e5068f

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -35,39 +35,39 @@ annotations:
3535
- kind: changed
3636
description: Upgraded Argo Rollouts to version 1.7.2 (#392)
3737
dependencies:
38-
- name: argo-cd
39-
repository: https://codefresh-io.github.io/argo-helm
40-
condition: argo-cd.enabled
41-
version: 7.7.14-5-cap-2.13.3-2025.3.5-50344f005
42-
- name: argo-events
43-
repository: https://codefresh-io.github.io/argo-helm
44-
version: 2.4.7-1-cap-CR-26731
45-
- name: argo-workflows
46-
repository: https://codefresh-io.github.io/argo-helm
47-
version: 0.45.2-v3.6.4-cap-CR-27392
48-
condition: argo-workflows.enabled
49-
- name: argo-rollouts
50-
repository: https://codefresh-io.github.io/argo-helm
51-
version: 2.37.3-2-v1.7.2-cap-CR-26082
52-
condition: argo-rollouts.enabled
53-
- name: sealed-secrets
54-
repository: https://bitnami-labs.github.io/sealed-secrets/
55-
version: 2.17.0
56-
- name: codefresh-tunnel-client
57-
repository: oci://quay.io/codefresh/charts
58-
version: 0.1.19
59-
alias: tunnel-client
60-
condition: tunnel-client.enabled
61-
- name: codefresh-gitops-operator
62-
repository: oci://quay.io/codefresh/charts
63-
version: 0.5.0
64-
alias: gitops-operator
65-
condition: gitops-operator.enabled
66-
- name: garage
67-
repository: https://codefresh-io.github.io/garage
68-
alias: garage-workflows-artifact-storage
69-
version: 0.5.0-cf.3
70-
condition: garage-workflows-artifact-storage.enabled
71-
- name: cf-argocd-extras
72-
repository: oci://quay.io/codefresh/charts
73-
version: 0.3.12
38+
- name: argo-cd
39+
repository: https://codefresh-io.github.io/argo-helm
40+
condition: argo-cd.enabled
41+
version: 7.7.14-5-cap-2.13.3-2025.3.5-50344f005
42+
- name: argo-events
43+
repository: https://codefresh-io.github.io/argo-helm
44+
version: 2.4.7-1-cap-CR-26731
45+
- name: argo-workflows
46+
repository: https://codefresh-io.github.io/argo-helm
47+
version: 0.45.2-v3.6.4-cap-CR-27392
48+
condition: argo-workflows.enabled
49+
- name: argo-rollouts
50+
repository: https://codefresh-io.github.io/argo-helm
51+
version: 2.37.3-2-v1.7.2-cap-CR-26082
52+
condition: argo-rollouts.enabled
53+
- name: sealed-secrets
54+
repository: https://bitnami-labs.github.io/sealed-secrets/
55+
version: 2.17.0
56+
- name: codefresh-tunnel-client
57+
repository: oci://quay.io/codefresh/charts
58+
version: 0.1.19
59+
alias: tunnel-client
60+
condition: tunnel-client.enabled
61+
- name: codefresh-gitops-operator
62+
repository: oci://quay.io/codefresh/charts
63+
version: 0.5.0
64+
alias: gitops-operator
65+
condition: gitops-operator.enabled
66+
- name: garage
67+
repository: https://codefresh-io.github.io/garage
68+
alias: garage-workflows-artifact-storage
69+
version: 0.5.0-cf.3
70+
condition: garage-workflows-artifact-storage.enabled
71+
- name: cf-argocd-extras
72+
repository: oci://quay.io/codefresh/charts
73+
version: 0.3.13

0 commit comments

Comments
 (0)