diff --git a/.woodpecker/helm-release.yaml b/.woodpecker/helm-release.yaml index 7736772..23cc25f 100644 --- a/.woodpecker/helm-release.yaml +++ b/.woodpecker/helm-release.yaml @@ -33,7 +33,7 @@ steps: - event: tag release-chart-to-harbor: - image: harbor.crystalnet.org/dockerhub-proxy/alpine/helm:3.13.3 + image: harbor.crystalnet.org/dockerhub-proxy/alpine/helm:3.17.2 secrets: - source: harbor_helmrepo_user target: HELMREPO_USER diff --git a/.woodpecker/helm-test.yaml b/.woodpecker/helm-test.yaml index 162c77d..ab81950 100644 --- a/.woodpecker/helm-test.yaml +++ b/.woodpecker/helm-test.yaml @@ -6,7 +6,7 @@ when: steps: lint: - image: harbor.crystalnet.org/dockerhub-proxy/alpine/helm:3.13.3 + image: harbor.crystalnet.org/dockerhub-proxy/alpine/helm:3.17.2 commands: - helm dependencies update chart - helm lint --with-subcharts chart