Skip to content

Commit 3d7fdfc

Browse files
authored
feat: update argo-cd dependency version to 7.8.23-1-cap-v2.14.9 (#455)
- Updated the version of the argo-cd dependency in Chart.yaml to ensure compatibility and access to the latest features and fixes.
1 parent d23bfb6 commit 3d7fdfc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ output
77
**/charts/**/charts
88
**/charts/**/Chart.lock
99

10-
# only ignore the values.yaml file at the root of the repo
11-
/values.yaml
10+
# only ignore any values*.yaml file at the root of the repo
11+
/values*.yaml
1212
.devcontainer
1313

1414
# ignore local dev
1515
values-dev.yaml
1616
dry-run.yaml
17-
values-test.yaml
1817
.debug

charts/gitops-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- name: argo-cd
1818
repository: https://codefresh-io.github.io/argo-helm
1919
condition: argo-cd.enabled
20-
version: 7.7.14-5-cap-2.13.3-2025.3.5-50344f005
20+
version: 7.8.23-1-cap-v2.14.9-2025-04-20-584fc7f3
2121
- name: argo-events
2222
repository: https://codefresh-io.github.io/argo-helm
2323
version: 2.4.7-1-cap-CR-28072

0 commit comments

Comments
 (0)