Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Update the helm Cluster API charts:

Info

The upstream repo URLs changes during Q3 2024. You need to update the URLs if your helm history <cluster_name> shows 0.9.0 as the latest version.

Code Block
# Update URLs to repos if required:
helm repo add capi https://azimuth-cloud.github.io/capi-helm-charts --force-update
helm repo add capi-addons https://azimuth-cloud.github.io/cluster-api-addon-provider --force-update

# Always required to grab latest charts
helm repo update capi
helm repo update capi-addons

helm upgrade cluster-api-addon-provider capi-addons/cluster-api-addon-provider -n clusters --wait
cd <folder_with_values>

...