diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml
index 787e14cc9cc0dac97cfd4c3c556eda47b125627d..1ff02e633ff33872b2e717ceaca09faafbc5abef 100644
--- a/.github/workflows/test_e2e.yml
+++ b/.github/workflows/test_e2e.yml
@@ -6,7 +6,7 @@ jobs:
     runs-on: self-hosted
     strategy:
       matrix:
-        k8s: [ k8s-1.22.0, k8s-1.23.8, k8s-1.24.2 ]
+        k8s: [ k8s-1.22.15, k8s-1.23.13, k8s-1.24.7, k8s-1.25.3 ]
     name: k8s ${{ matrix.k8s }}
     steps:
     - uses: actions/setup-go@v2
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69a61cc247858cf85dc7ecc7b4827af97e2e4aaf..4c3d8b2eb525ef8951e7800a7f5e658473bae480 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,14 +37,19 @@ unit:
 k8s 1.22:
   <<: *k8se2e
   variables:
-    K8S_VERSION: k8s-1.22.0
+    K8S_VERSION: k8s-1.22.15
 
 k8s 1.23:
   <<: *k8se2e
   variables:
-    K8S_VERSION: k8s-1.23.8
+    K8S_VERSION: k8s-1.23.13
 
 k8s 1.24:
   <<: *k8se2e
   variables:
-    K8S_VERSION: k8s-1.24.2
\ No newline at end of file
+    K8S_VERSION: k8s-1.24.7
+
+k8s 1.25:
+  <<: *k8se2e
+  variables:
+    K8S_VERSION: k8s-1.25.3
\ No newline at end of file
diff --git a/README.md b/README.md
index 619c7c3f6db5286ef0952e5717ff5fad444fcb4a..04486505435d7b83efa5bd3e4612ca0937c8d553 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,7 @@ related only to an unsupported version.
 
 | Kubernetes |    CSI Driver |                                                                                   Deployment File |
 |------------|--------------:|--------------------------------------------------------------------------------------------------:|
+| 1.25       |        main   | https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.6.0/deploy/kubernetes/hcloud-csi.yml |
 | 1.24       |        main   | https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.6.0/deploy/kubernetes/hcloud-csi.yml |
 | 1.23       |        main   | https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.6.0/deploy/kubernetes/hcloud-csi.yml |
 | 1.22       | 1.6.0, main   | https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.6.0/deploy/kubernetes/hcloud-csi.yml |