From c06ee2534cb6c5fc9f6e59952e6707e8cdb11208 Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 13 Sep 2024 19:26:45 +0100 Subject: [PATCH] ci: Depbump chart lint step --- .github/workflows/helm-chart-ci-cd.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/helm-chart-ci-cd.yml b/.github/workflows/helm-chart-ci-cd.yml index ce767ba..4db9a7e 100644 --- a/.github/workflows/helm-chart-ci-cd.yml +++ b/.github/workflows/helm-chart-ci-cd.yml @@ -23,22 +23,23 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4.2.0 with: - version: v3.11.1 + version: v3.14.4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: '3.x' + check-latest: false - name: Set up chart-testing - uses: helm/chart-testing-action@v2.3.1 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (list-changed) id: list-changed @@ -52,7 +53,7 @@ jobs: run: ct lint --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) @@ -99,4 +100,4 @@ jobs: - name: Push Helm chart to GitHub Packages run: | - helm push ${{ env.CHART_NAME }}*.tgz oci://ghcr.io/${{ github.repository }}/charts \ No newline at end of file + helm push ${{ env.CHART_NAME }}*.tgz oci://ghcr.io/${{ github.repository }}/charts