From 8697303819335734eff4bb82ecd5f0603601f36e Mon Sep 17 00:00:00 2001 From: Regina Voloshin Date: Sun, 7 Sep 2025 12:15:16 +0300 Subject: [PATCH 1/3] update the argo-cd version Signed-off-by: reggie-k --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 79cbfe58..ea6d7a2a 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -22,7 +22,7 @@ dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm condition: argo-cd.enabled - version: 8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9 + version: 8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5 - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.4.8-cap-CR-29689 From 68fe1b207bb420de6ee90a72b03df6372cb406c6 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Sun, 7 Sep 2025 14:31:28 +0300 Subject: [PATCH 2/3] trigger From 5b8c7ad1702e3691c98e2c10c1778386d9bdcb43 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Sun, 7 Sep 2025 16:42:24 +0300 Subject: [PATCH 3/3] removed ignore path from component test github action Signed-off-by: reggie-k --- .github/workflows/component-test.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/component-test.yaml b/.github/workflows/component-test.yaml index 8aefc326..3ce975d4 100644 --- a/.github/workflows/component-test.yaml +++ b/.github/workflows/component-test.yaml @@ -7,17 +7,11 @@ on: - main - 'stable/*' - 'monthly/*' - paths-ignore: - - "*.md" - - charts/** pull_request: branches: - main - 'stable/*' - 'monthly/*' - paths-ignore: - - "*.md" - - charts/** jobs: component-test: