...
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 # AlwaysAvoid requiredupdating toopenstack-cluster grabchart latest charts helm repo update capiuntil later helm repo update capi-addons helm upgrade cluster-api-addon-provider capi-addons/cluster-api-addon-provider -n clusters --wait cd <folder_with_values> |
...
Lookup the latest image build for Kubernetes, this can be found in images section of the web interface
Edit the
kubernetesVersion
inuser-values.yaml
to match the image nameEdit the
machineImage
inuser-values.yaml
to use the latest patch release
Code Block |
---|
helm repo update capi
helm upgrade <cluster_name> capi/openstack-cluster -f values.yaml -f clouds.yaml -f user-values.yaml -f flavors.yaml -n clusters |
...