We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23bfb6 commit 3d7fdfcCopy full SHA for 3d7fdfc
.gitignore
@@ -7,12 +7,11 @@ output
7
**/charts/**/charts
8
**/charts/**/Chart.lock
9
10
-# only ignore the values.yaml file at the root of the repo
11
-/values.yaml
+# only ignore any values*.yaml file at the root of the repo
+/values*.yaml
12
.devcontainer
13
14
# ignore local dev
15
values-dev.yaml
16
dry-run.yaml
17
-values-test.yaml
18
.debug
charts/gitops-runtime/Chart.yaml
@@ -17,7 +17,7 @@ dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
19
condition: argo-cd.enabled
20
- version: 7.7.14-5-cap-2.13.3-2025.3.5-50344f005
+ version: 7.8.23-1-cap-v2.14.9-2025-04-20-584fc7f3
21
- name: argo-events
22
23
version: 2.4.7-1-cap-CR-28072
0 commit comments