https://github.com/eldada/helm-test-circleci
Testing helm charts with CircleCI
https://github.com/eldada/helm-test-circleci
Last synced: over 1 year ago
JSON representation
Testing helm charts with CircleCI
- Host: GitHub
- URL: https://github.com/eldada/helm-test-circleci
- Owner: eldada
- Created: 2018-09-26T09:31:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T19:37:04.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T02:34:57.242Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Chart testing with CircleCI
This repository is an example for testing a [helm](https://www.helm.sh/) chart with [CircleCI](https://circleci.com)
## CircleCI
See the CircleCI [config.yml](.circleci/config.yml) for the steps done to setup and test the helm chart
## CircleCI build status
[](https://circleci.com/gh/eldada/helm-test-circleci)
[](https://circleci.com/gh/eldada/helm-test-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
- https://github.com/gavinzhou/ci-minikube. Thanks [Gavin Zhou](https://github.com/gavinzhou)!