Upgrade azure csi and fix aws csi tag (#5938)
This commit is contained in:
parent
8f3d820664
commit
82123f3c4e
1 changed files with 2 additions and 2 deletions
|
@ -554,7 +554,7 @@ cinder_csi_plugin_image_repo: "{{ docker_image_repo }}/k8scloudprovider/cinder-c
|
|||
cinder_csi_plugin_image_tag: "v1.18.0"
|
||||
|
||||
aws_ebs_csi_plugin_image_repo: "{{ docker_image_repo }}/amazon/aws-ebs-csi-driver"
|
||||
aws_ebs_csi_plugin_image_tag: "v1.1.6"
|
||||
aws_ebs_csi_plugin_image_tag: "v0.5.0"
|
||||
|
||||
azure_csi_image_repo: "mcr.microsoft.com/oss/kubernetes-csi"
|
||||
azure_csi_provisioner_image_tag: "v1.5.0"
|
||||
|
@ -565,7 +565,7 @@ azure_csi_snapshotter_image_tag: "v2.0.0"
|
|||
azure_csi_resizer_image_tag: "v0.3.0"
|
||||
azure_csi_livenessprobe_image_tag: "v1.1.0"
|
||||
azure_csi_plugin_image_repo: "mcr.microsoft.com/k8s/csi"
|
||||
azure_csi_plugin_image_tag: "v0.6.0"
|
||||
azure_csi_plugin_image_tag: "v0.7.0"
|
||||
|
||||
gcp_pd_csi_image_repo: "gke.gcr.io"
|
||||
gcp_pd_csi_driver_image_tag: "v0.7.0-gke.0"
|
||||
|
|
Loading…
Reference in a new issue