The following are the Helm chart repositories for the workshop:
- platform-charts (this repository) - Helm chart and operator deployments of various tools
- platform-supporting-charts - Helm charts containing custom integration code
To update Helm charts in this repository, follow these instructions:
- Fork this repository
- Update the content in the relevant chart(s), and bump the chart version.
- Update the
orchestratorandrollout-controllercharts which call the dependent charts, and bump the chart version as well. - Push to main branch (or open a pull request, and the maintainers will accept and merge) which will kick off a chart build job. Verify the chart builds successfully.
- In your deployed ArgoCD, go to the
infrastructure-orchestratorapplication and press Refresh + Sync, and then toinfrastructure-rollout-controllerapplication and press Refresh + Sync.