All checks were successful
continuous-integration/drone/push Build is passing
### Description of the change Switch to official `helm-unittest` which is now alive again at https://github.com/helm-unittest/helm-unittest ### Applicable issues - ref #199 ### Checklist <!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] --> - [ ] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [ ] Breaking changes are documented in the `README.md` Reviewed-on: gitea/helm-chart#410 Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io> Reviewed-by: pat-s <pat-s@noreply.gitea.io> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
13 lines 236 B Makefile
13 lines
236 B
Makefile
.PHONY: prepare-environment | |
prepare-environment: | |
npm install | |
| |
.PHONY: readme | |
readme: prepare-environment | |
npm run readme:parameters | |
npm run readme:lint | |
| |
.PHONY: unittests | |
unittests: | |
helm unittest --strict -f 'unittests/**/*.yaml' ./ |