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 ff07d41123 - Show all commits

View File

@@ -25,7 +25,7 @@ jobs:
- name: install chart dependencies - name: install chart dependencies
run: helm dependency build run: helm dependency build
- name: lint - name: lint
run: helm lint run: helm lint .
- name: template - name: template
run: helm template --debug gitea-helm . run: helm template --debug gitea-helm .
- name: prepare unit test environment - name: prepare unit test environment