chore(deps): update alpine/helm docker tag to v4 #5

Merged
williamp merged 3 commits from renovate/alpine-helm-4.x into main 2026-01-20 16:52:03 +00:00
Showing only changes of commit d5e4ee125e - Show all commits

View File

@@ -29,8 +29,9 @@ jobs:
- name: template
run: helm template --debug gitea-helm .
- name: prepare unit test environment
# remove `--verify=false` once https://github.com/helm/helm/issues/31490 is resolved
run: |
helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest
helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest --verify=false
git submodule update --init --recursive
- name: unit tests
env: