From 78c7162d69fe7cc0ab6e79796b8cb7fac440c259 Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Thu, 2 Nov 2023 13:11:25 +0200 Subject: [PATCH 1/4] Upgrade ArgoCD --- charts/argo-cd/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index f3a562ba4..20da3b0c8 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.8.1-cap-CR-not-setup-kustomize-ns +appVersion: v2.8.1-cap-CR-20837 kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.46.2-3-cap-CR-not-setup-kustomize-ns +version: 5.46.2-4-cap-CR-20837 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Update ArgoCD version to v2.8.1-cap-CR-not-setup-kustomize-ns + description: Update ArgoCD version to v2.8.1-cap-CR-20837 From 6c8c4851d145cf31ee1cd311da1979a5e1ca6948 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Thu, 2 Nov 2023 15:53:24 +0200 Subject: [PATCH 2/4] update helm chart testing action --- .github/workflows/lint-and-test.yml | 4 ++-- scripts/lint.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index f717c3229..9d5469358 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -38,10 +38,10 @@ jobs: - name: Setup Chart Linting id: lint - uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 + uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0 with: # Note: Also update in scripts/lint.sh - version: v3.7.1 + version: v3.10.0 - name: List changed charts id: list-changed diff --git a/scripts/lint.sh b/scripts/lint.sh index b44a6cee4..6061adb5f 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -9,7 +9,7 @@ echo -e "\n-- Linting all Helm Charts --\n" docker run \ -v "$SRCROOT:/workdir" \ --entrypoint /bin/sh \ - quay.io/helmpack/chart-testing:v3.7.1 \ + quay.io/helmpack/chart-testing:v3.10.0 \ -c cd /workdir \ ct lint \ --config .github/configs/ct-lint.yaml \ From 5add6e6a76415a2cb02416839597130b02e04630 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Thu, 2 Nov 2023 15:58:37 +0200 Subject: [PATCH 3/4] update helm chart testing action --- scripts/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint.sh b/scripts/lint.sh index 6061adb5f..b24234e93 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -14,4 +14,4 @@ docker run \ ct lint \ --config .github/configs/ct-lint.yaml \ --lint-conf .github/configs/lintconf.yaml \ - --debug + --debug \ No newline at end of file From af9deb5ed2db56478a9dfbabb820ab9903d79334 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Thu, 2 Nov 2023 16:00:59 +0200 Subject: [PATCH 4/4] update helm chart testing action --- .github/configs/ct-lint.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/configs/ct-lint.yaml b/.github/configs/ct-lint.yaml index 9af3431d5..8aeefe89c 100644 --- a/.github/configs/ct-lint.yaml +++ b/.github/configs/ct-lint.yaml @@ -6,7 +6,6 @@ charts: - charts/argo-cd chart-repos: - dandydeveloper=https://dandydeveloper.github.io/charts/ -helm-extra-args: "--timeout 600s" validate-chart-schema: false validate-maintainers: true validate-yaml: true