[openstack cloud controller] bump to v1.25.3 (#9500)

This commit is contained in:
Robin Wallace 2022-11-18 13:26:31 +01:00 committed by GitHub
parent b9a690463d
commit ed0acd8027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@ external_openstack_cacert: "{{ lookup('env','OS_CACERT') }}"
## arg1: "value1"
## arg2: "value2"
external_openstack_cloud_controller_extra_args: {}
external_openstack_cloud_controller_image_tag: "v1.23.4"
external_openstack_cloud_controller_image_tag: "v1.25.3"

View file

@ -46,7 +46,7 @@ spec:
- --cloud-provider=openstack
- --cluster-name={{ cluster_name }}
- --use-service-account-credentials=true
- --address=127.0.0.1
- --bind-address=127.0.0.1
{% for key, value in external_openstack_cloud_controller_extra_args.items() %}
- "{{ '--' + key + '=' + value }}"
{% endfor %}