ci: use official helm plugin repo

- closes #92
This commit is contained in:
Michael Kriese 2023-03-07 13:17:56 +01:00
parent dbdcec1a63
commit bae9cb6e9e
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -37,7 +37,7 @@ pipeline:
pull: true pull: true
commands: commands:
- apk add --no-cache make helm git bash - 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 - helm dependency update
- make unittests - make unittests