From b362ddc76a2d60b15ea8922a5642abe3131212dd Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 18 Apr 2023 07:45:49 +0000 Subject: [PATCH] ci(deps): update dependency helm-unittest to v0.3.2 (#126) Co-authored-by: Michael Kriese Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/126 --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 5d3a57d..be7c75c 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 0.3.1 https://github.com/helm-unittest/helm-unittest + - helm plugin install --version v0.3.2 https://github.com/helm-unittest/helm-unittest - helm dependency update - make unittests