mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-08-04 20:10:03 -02:30
fix(csi): update CSI sidecar image versions (#13395)
* feat(csi): update CSI sidecar image versions * docs(openstack): update sample Cinder CSI sidecar image tags * chore: trigger CI
This commit is contained in:
@@ -42,13 +42,13 @@
|
|||||||
|
|
||||||
## 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.5.1"
|
||||||
## registry.k8s.io/sig-storage/csi-provisioner
|
## registry.k8s.io/sig-storage/csi-provisioner
|
||||||
# cinder_csi_provisioner_image_tag: "v3.6.2"
|
# cinder_csi_provisioner_image_tag: "v4.0.1"
|
||||||
## registry.k8s.io/sig-storage/csi-snapshotter
|
## registry.k8s.io/sig-storage/csi-snapshotter
|
||||||
# cinder_csi_snapshotter_image_tag: "v6.3.2"
|
# cinder_csi_snapshotter_image_tag: "v7.0.2"
|
||||||
## registry.k8s.io/sig-storage/csi-resizer
|
## registry.k8s.io/sig-storage/csi-resizer
|
||||||
# cinder_csi_resizer_image_tag: "v1.9.2"
|
# cinder_csi_resizer_image_tag: "v1.10.1"
|
||||||
## registry.k8s.io/sig-storage/livenessprobe
|
## registry.k8s.io/sig-storage/livenessprobe
|
||||||
# cinder_csi_livenessprobe_image_tag: "v2.11.0"
|
# cinder_csi_livenessprobe_image_tag: "v2.11.0"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
cinder_csi_attacher_image_tag: "v4.4.2"
|
cinder_csi_attacher_image_tag: "v4.5.1"
|
||||||
cinder_csi_provisioner_image_tag: "v3.6.2"
|
cinder_csi_provisioner_image_tag: "v4.0.1"
|
||||||
cinder_csi_snapshotter_image_tag: "v6.3.2"
|
cinder_csi_snapshotter_image_tag: "v7.0.2"
|
||||||
cinder_csi_resizer_image_tag: "v1.9.2"
|
cinder_csi_resizer_image_tag: "v1.10.1"
|
||||||
cinder_csi_livenessprobe_image_tag: "v2.11.0"
|
cinder_csi_livenessprobe_image_tag: "v2.11.0"
|
||||||
|
|
||||||
# To access Cinder, the CSI controller will need credentials to access
|
# To access Cinder, the CSI controller will need credentials to access
|
||||||
|
|||||||
@@ -314,13 +314,13 @@ cert_manager_webhook_image_repo: "{{ quay_image_repo }}/jetstack/cert-manager-we
|
|||||||
cert_manager_webhook_image_tag: "v{{ cert_manager_version }}"
|
cert_manager_webhook_image_tag: "v{{ cert_manager_version }}"
|
||||||
|
|
||||||
csi_attacher_image_repo: "{{ kube_image_repo }}/sig-storage/csi-attacher"
|
csi_attacher_image_repo: "{{ kube_image_repo }}/sig-storage/csi-attacher"
|
||||||
csi_attacher_image_tag: "v4.4.2"
|
csi_attacher_image_tag: "v4.5.1"
|
||||||
csi_provisioner_image_repo: "{{ kube_image_repo }}/sig-storage/csi-provisioner"
|
csi_provisioner_image_repo: "{{ kube_image_repo }}/sig-storage/csi-provisioner"
|
||||||
csi_provisioner_image_tag: "v3.6.2"
|
csi_provisioner_image_tag: "v4.0.1"
|
||||||
csi_snapshotter_image_repo: "{{ kube_image_repo }}/sig-storage/csi-snapshotter"
|
csi_snapshotter_image_repo: "{{ kube_image_repo }}/sig-storage/csi-snapshotter"
|
||||||
csi_snapshotter_image_tag: "v6.3.2"
|
csi_snapshotter_image_tag: "v7.0.2"
|
||||||
csi_resizer_image_repo: "{{ kube_image_repo }}/sig-storage/csi-resizer"
|
csi_resizer_image_repo: "{{ kube_image_repo }}/sig-storage/csi-resizer"
|
||||||
csi_resizer_image_tag: "v1.9.2"
|
csi_resizer_image_tag: "v1.10.1"
|
||||||
csi_node_driver_registrar_image_repo: "{{ kube_image_repo }}/sig-storage/csi-node-driver-registrar"
|
csi_node_driver_registrar_image_repo: "{{ kube_image_repo }}/sig-storage/csi-node-driver-registrar"
|
||||||
csi_node_driver_registrar_image_tag: "v2.4.0"
|
csi_node_driver_registrar_image_tag: "v2.4.0"
|
||||||
csi_livenessprobe_image_repo: "{{ kube_image_repo }}/sig-storage/livenessprobe"
|
csi_livenessprobe_image_repo: "{{ kube_image_repo }}/sig-storage/livenessprobe"
|
||||||
|
|||||||
Reference in New Issue
Block a user