Helper image for Helm chart development in Gitpod.
Tags available:
latest
which is the recommended tag( Gitpod-official images uselatest
too)commit-$SHA
which is to be used for development
To use the image, set it in .gitpod.yml
:
image: vlaaaaaaad/gitpod-helm:latest
The image comes with several helpful tools pre-installed:
bash
which is also configured- helm which defaults to version 3, with
helm2
also installed - kubeval
- kubescore
- k14s/kbld
- Fork it (https://github.com/vlaaaaaaad/gitpod-helm/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
This project is provided under the MIT License. See LICENSE for more information.