- Make your changes
- Change the version in the Chart.yaml
- Push your code
- Create a new folder with the name of your helm chart
- Do your changes inside the folder
- Push your code
All the helm chart are now stored inside the GitHub Docker registry.
Please use it like so:
chart: oci://ghcr.io/camptocamp/charts-gs/myhelmchart
version: X.X.X
You don't need to include this anymore:
repositories:
- name: charts-gs
url: https://camptocamp.github.io/charts-gs/
Make sure to migrate to this new way of working.
helm install myapp oci://ghcr.io/camptocamp/charts-gs/myhelmchart --version X.X.X