This repository includes comprehensive tests for all Helm charts to validate common parameters and image configuration.
You need to have the helm-unittest plugin installed:
helm plugin install https://github.com/helm-unittest/helm-unittest --verify=falseUse the provided test runner script to run tests for all charts:
./test-charts.shThis script will:
- Check if helm-unittest plugin is installed
- Update dependencies for each chart
- Run unit tests for all charts
- Provide a summary of results
You can also run tests for individual charts:
# Update dependencies first
helm dependency update charts/mongodb
# Run tests
helm unittest charts/mongodb