Bump: OpenStack Cloud Controller Manager to v1.31.1 (#11738)
* Refactor: replace registry.k8s.io with kube_image_repo variable Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Bump: OpenStack Cloud Controller Manager upgrade to v1.31.1 Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Refactor: remove occm image tag from sample inventory Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>pull/10714/merge
parent
3f45301919
commit
795a2dc309
|
@ -41,9 +41,6 @@
|
||||||
# external_openstack_application_credential_id:
|
# external_openstack_application_credential_id:
|
||||||
# external_openstack_application_credential_secret:
|
# external_openstack_application_credential_secret:
|
||||||
|
|
||||||
## The tag of the external OpenStack Cloud Controller image
|
|
||||||
# external_openstack_cloud_controller_image_tag: "v1.28.2"
|
|
||||||
|
|
||||||
## Tags for the Cinder CSI images
|
## Tags for the Cinder CSI images
|
||||||
## registry.k8s.io/sig-storage/csi-attacher
|
## registry.k8s.io/sig-storage/csi-attacher
|
||||||
# cinder_csi_attacher_image_tag: "v4.4.2"
|
# cinder_csi_attacher_image_tag: "v4.4.2"
|
||||||
|
|
|
@ -279,8 +279,8 @@ kube_router_image_repo: "{{ docker_image_repo }}/cloudnativelabs/kube-router"
|
||||||
kube_router_image_tag: "{{ kube_router_version }}"
|
kube_router_image_tag: "{{ kube_router_version }}"
|
||||||
multus_image_repo: "{{ github_image_repo }}/k8snetworkplumbingwg/multus-cni"
|
multus_image_repo: "{{ github_image_repo }}/k8snetworkplumbingwg/multus-cni"
|
||||||
multus_image_tag: "{{ multus_version }}"
|
multus_image_tag: "{{ multus_version }}"
|
||||||
external_openstack_cloud_controller_image_repo: "registry.k8s.io/provider-os/openstack-cloud-controller-manager"
|
external_openstack_cloud_controller_image_repo: "{{ kube_image_repo }}/provider-os/openstack-cloud-controller-manager"
|
||||||
external_openstack_cloud_controller_image_tag: "v1.30.0"
|
external_openstack_cloud_controller_image_tag: "v1.31.1"
|
||||||
|
|
||||||
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip"
|
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip"
|
||||||
kube_vip_image_tag: v0.8.0
|
kube_vip_image_tag: v0.8.0
|
||||||
|
|
Loading…
Reference in New Issue