Move default helm to 0.1.4 (#28)

This includes flatcar support, updated addons and is better tested
on Ubuntu jammy.
This commit is contained in:
John Garbutt 2023-11-15 13:06:33 +00:00 committed by GitHub
parent 4f8ad70d46
commit c17b9ae6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ capi_helm_opts = [
),
cfg.StrOpt(
"default_helm_chart_version",
default="0.1.2-dev.0.main.55",
default="0.1.4",
help=(
"Version of the helm chart specified "
"by the config: capi_driver.helm_chart_repo "