Florian Ruynat
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
roles/download/defaults/main.yml
|
|
@ -536,10 +536,10 @@ csi_livenessprobe_image_repo: "{{ quay_image_repo }}/k8scsi/livenessprobe" |
|
|
|
csi_livenessprobe_image_tag: "v1.1.0" |
|
|
|
|
|
|
|
cinder_csi_plugin_image_repo: "{{ docker_image_repo }}/k8scloudprovider/cinder-csi-plugin" |
|
|
|
cinder_csi_plugin_image_tag: "latest" |
|
|
|
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: "latest" |
|
|
|
aws_ebs_csi_plugin_image_tag: "v1.1.6" |
|
|
|
|
|
|
|
azure_csi_image_repo: "mcr.microsoft.com/oss/kubernetes-csi" |
|
|
|
azure_csi_provisioner_image_tag: "v1.5.0" |
|
|
@ -550,7 +550,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: "latest" |
|
|
|
azure_csi_plugin_image_tag: "v0.6.0" |
|
|
|
|
|
|
|
gcp_pd_csi_image_repo: "gke.gcr.io" |
|
|
|
gcp_pd_csi_driver_image_tag: "v0.7.0-gke.0" |
|
|
|