Robusta's helm chart is served from our gcp bucket.
NOTE: Don't use the Helm values file directly. It has missing values that need to be filled in. Check the installation instructions
If you want to upload a new chart version, follow these steps:
- Update
Chart.yamlfile, with the updatedversion(Chart version) andappVersion(Robusta version) - Make sure the image tags in the
values.yamlfile are correct - Make sure
helmandgsutilis installed on your machine. - From the directory,
helm, run:./upload_chart.sh
See the installation instructions