From bae9cb6e9e9d56dc6f468a77f782d3af7f0ba18d Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 7 Mar 2023 13:17:56 +0100 Subject: [PATCH] ci: use official helm plugin repo - closes #92 --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 0fabb0c..d8c9e06 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -37,7 +37,7 @@ pipeline: pull: true commands: - apk add --no-cache make helm git bash - - helm plugin install https://github.com/quintush/helm-unittest + - helm plugin install https://github.com/helm-unittest/helm-unittest - helm dependency update - make unittests