From fbeaf031924c21a19ff0b3f562442399832d6880 Mon Sep 17 00:00:00 2001 From: Ben Jee Date: Wed, 15 Oct 2025 14:05:48 -0700 Subject: [PATCH 1/2] Update helm lint CI --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 46fa74fccb..3f3a8b5b4d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -125,6 +125,7 @@ jobs: uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 with: version: 3.14.0 # renovate: datasource=github-tags depName=helm/chart-testing + yamale_version: "6.0.0" - name: Run chart-testing run: ct lint --print-config --config .ct.yaml From 510bb682bf3d90332e2d2a9294fe797828fce566 Mon Sep 17 00:00:00 2001 From: Ben Jee Date: Wed, 15 Oct 2025 14:07:59 -0700 Subject: [PATCH 2/2] Add comment --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3f3a8b5b4d..f39fb7f6cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -125,6 +125,7 @@ jobs: uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 with: version: 3.14.0 # renovate: datasource=github-tags depName=helm/chart-testing + # v6.0.0 resolved the compatibility issue with Python > 3.13. may be removed after the action itself is updated yamale_version: "6.0.0" - name: Run chart-testing