Helper image for Helm chart development in Gitpod.
Tags available:
latestwhich is the recommended tag( Gitpod-official images uselatesttoo)commit-$SHAwhich is to be used for development
To use the image, set it in .gitpod.yml:
image: vlaaaaaaad/gitpod-helm:latestThe image comes with several helpful tools pre-installed:
bashwhich is also configured- helm which defaults to version 3, with
helm2also 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.