diff --git a/.github/workflows/helm-lint-test.yml b/.github/workflows/helm-lint-test.yml index 6fb41bb..bf7b026 100644 --- a/.github/workflows/helm-lint-test.yml +++ b/.github/workflows/helm-lint-test.yml @@ -14,9 +14,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v3 - with: - version: v3.12.1 + uses: azure/setup-helm@v4 - uses: actions/setup-python@v4 with: @@ -24,7 +22,7 @@ jobs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (list-changed) id: list-changed @@ -40,8 +38,8 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' - run: ct install --target-branch ${{ github.event.repository.default_branch }} \ No newline at end of file + run: ct install --target-branch ${{ github.event.repository.default_branch }} diff --git a/Chart.yaml b/Chart.yaml index 3ec3b4b..a5a4860 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -version: 0.6.3 -appVersion: 3.7.0 +version: 0.7.0 +appVersion: 3.7.1 description: A Helm chart for CTFd name: ctfd dependencies: