diff --git a/main-setup.tf b/main-setup.tf index ab0f4b0..9913a03 100644 --- a/main-setup.tf +++ b/main-setup.tf @@ -191,7 +191,7 @@ resource "helm_release" "hcloud_csi_driver" { chart = "hcloud-csi" repository = "https://charts.hetzner.cloud" namespace = "kube-system" - version = "2.9.0" + version = "2.10.0" wait = true }