TA Fundamentals ALM Workshop Configuration repository
- Create a gh-pages branch that is empty
- Install Helm locally by downloading one of the latest releases https://github.com/helm/helm/releases and setting up your environment
- On main branch you can execute
helm create <chart-name>
to generate a default chart - The github action that we will be using requires the chart to be nested in a /charts folder by default
- Update values.yaml to have your image in it