From 42dee32247401a303ef6109e2e799c11872ff4fd Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 22 May 2023 00:07:08 +0000 Subject: [PATCH] ci(deps): update dependency helm-unittest to v0.3.3 --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index b86c303..3c96293 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -36,7 +36,7 @@ pipeline: pull: true commands: - apk add make helm git bash - - helm plugin install --version v0.3.2 https://github.com/helm-unittest/helm-unittest + - helm plugin install --version v0.3.3 https://github.com/helm-unittest/helm-unittest - helm dependency update - make unittests