diff --git a/.woodpecker/helm-release.yaml b/.woodpecker/helm-release.yaml index 436bc06..a862140 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.16.2 + image: harbor.crystalnet.org/dockerhub-proxy/alpine/helm:3.16.3 secrets: - source: harbor_helmrepo_user target: HELMREPO_USER diff --git a/.woodpecker/helm-test.yaml b/.woodpecker/helm-test.yaml index d599ab2..371ba90 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.16.2 + image: harbor.crystalnet.org/dockerhub-proxy/alpine/helm:3.16.3 commands: - helm dependencies update chart - helm lint --with-subcharts chart