From a2c60b11f7e87e3c27bcabe5a791ab613cb3b500 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 16 Dec 2025 17:56:14 +0100 Subject: [PATCH] Minor updates in Dockerfile related to vcluster to work with K8s version 1.34 Change-Id: Ib0d7115fd43836462b55f749981e1093687a071f Signed-off-by: garciadeblas --- Dockerfile.production | 2 +- configs/vcluster.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.production b/Dockerfile.production index 3a11eeca..b6c1db50 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -74,7 +74,7 @@ RUN apk add --no-cache py3-pip && \ 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 diff --git a/configs/vcluster.yaml b/configs/vcluster.yaml index 52a0fa8c..21f4ad30 100644 --- a/configs/vcluster.yaml +++ b/configs/vcluster.yaml @@ -21,7 +21,7 @@ controlPlane: distro: k8s: image: - tag: v1.29.3 + tag: v1.34.0 exportKubeConfig: server: https://e2e.vcluster.svc.cluster.local:443 secret: -- 2.25.1