Minor updates in Dockerfile related to vcluster to work with K8s version 1.34

Change-Id: Ib0d7115fd43836462b55f749981e1093687a071f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Dockerfile.production b/Dockerfile.production
index 3a11eec..b6c1db5 100644
--- a/Dockerfile.production
+++ b/Dockerfile.production
@@ -74,7 +74,7 @@
     pip install --no-cache-dir azure-cli
 
 # Add vCluster CLI
-ENV VCLUSTER_VERSION "v0.26.0"
+ENV VCLUSTER_VERSION "v0.30.1"
 RUN curl -L -o /tmp/vcluster "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-amd64" \
     && install -c -m 0755 /tmp/vcluster /usr/local/bin \
     && rm -f /tmp/vcluster