/helm-test-circleci

Testing helm charts with CircleCI

Helm Chart testing with CircleCI

This repository is an example for testing a helm chart with CircleCI

CircleCI

See the CircleCI config.yml for the steps done to setup and test the helm chart

CircleCI build status

CircleCI CircleCI

The tests

The testing is made up of two stages:

  1. Running a helm lint on the chart
  2. Deploying chart to a running minikube Kubernetes cluster and validating http response code

Thanks

This repository is using examples from