diff --git a/.woodpecker/helm-release.yaml b/.woodpecker/helm-release.yaml index 302e776..7e077cb 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.16.4 secrets: - source: harbor_helmrepo_user target: HELMREPO_USER diff --git a/.woodpecker/helm-test.yaml b/.woodpecker/helm-test.yaml index dd27ace..d43e5fb 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.16.4 commands: - helm dependencies update chart - helm lint --with-subcharts chart