Upgrade upcloud csi driver to v1.1.0 and add snapshot features (#11303)

This commit is contained in:
Elias-elastisys
2024-06-26 11:26:21 +02:00
committed by GitHub
parent 15b62cc7ce
commit cae266a045
4 changed files with 80 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ upcloud_csi_controller_replicas: 1
upcloud_csi_provisioner_image_tag: "v3.1.0"
upcloud_csi_attacher_image_tag: "v3.4.0"
upcloud_csi_resizer_image_tag: "v1.4.0"
upcloud_csi_plugin_image_tag: "v0.3.3"
upcloud_csi_plugin_image_tag: "v1.1.0"
upcloud_csi_node_image_tag: "v2.5.0"
upcloud_username: "{{ lookup('env', 'UPCLOUD_USERNAME') }}"
upcloud_password: "{{ lookup('env', 'UPCLOUD_PASSWORD') }}"