Helm chart repo
GitLab can also act as helm chart repository, much like a docker image registry.
-
Introduce CI steps to publish the tpl chart. -
Introduce CI steps to publish the react chart. -
Update Chart.yaml to use the remote repository for the charts instead of using the file://../tpl
convention.- To iterate changes to the tpl chart more readily without publishing a chart for every change and worry about package cleanup, the react chart as it exist in git/vcs will continue to use the
file://../tpl
convention as it lives in this repo - The react chart when published to the chart/package repository will use the remote chart repository for dependencies
- To iterate changes to the tpl chart more readily without publishing a chart for every change and worry about package cleanup, the react chart as it exist in git/vcs will continue to use the