Skip to content

Commit e6a3cf3

Browse files
Update capi-helm-openstack-cluster to 0.17.0 (#1002)
Co-authored-by: wtripp180901 <78219569+wtripp180901@users.noreply.github.com>
1 parent 44bca41 commit e6a3cf3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

roles/capi_cluster/defaults/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The chart to use
33
capi_cluster_chart_repo: https://azimuth-cloud.github.io/capi-helm-charts
44
capi_cluster_chart_name: openstack-cluster
5-
capi_cluster_chart_version: 0.16.1
5+
capi_cluster_chart_version: 0.17.0
66

77
# Release information for the cluster release
88
capi_cluster_release_namespace: default
@@ -39,9 +39,7 @@ capi_cluster_openstack_ca_cert: >-
3939
# e.g `community_images.kube_1_32` is required for `capi_cluster_kubernetes_version: v1.32`
4040
capi_cluster_kubernetes_version: "{{ undef(hint='capi_cluster_kubernetes_version is required') }}"
4141
# Extract minor and major version and filter into format of community images key
42-
_capi_cluster_community_images_key: "kube_{{ (capi_cluster_kubernetes_version
43-
| regex_replace('^v', '') | split('.'))[:-1] | join('_')
44-
}}"
42+
_capi_cluster_community_images_key: "kube_{{ (capi_cluster_kubernetes_version | regex_replace('^v', '') | split('.'))[:-1] | join('_') }}"
4543
capi_cluster_machine_image_id: >-
4644
{{-
4745
community_images_image_ids[_capi_cluster_community_images_key]

0 commit comments

Comments
 (0)