From f73744243b96c83cd489424fecfeaaac324dec91 Mon Sep 17 00:00:00 2001
From: Michael Hirschler <michael.vhirsch@gmail.com>
Date: Mon, 27 Jun 2022 09:19:59 +0200
Subject: [PATCH] Updates Version Constraint (#291)

README csi driver string got updated to 1.6.0 to streamline with currently "up to date" version
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 944b308..720a080 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ enabling you to use ReadWriteOnce Volumes within Kubernetes. Please note that th
 
     Have a look at our [Version Matrix](README.md#versioning-policy) to pick the correct deployment file.
    ```
-   kubectl apply -f https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.5.1/deploy/kubernetes/hcloud-csi.yml
+   kubectl apply -f https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.6.0/deploy/kubernetes/hcloud-csi.yml
    ```
 
 4. To verify everything is working, create a persistent volume claim and a pod
-- 
GitLab