From ae13b58d5f2098e5ff824f9edbd03b8d1e9713f0 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 19 Jun 2025 17:44:48 +0200 Subject: [PATCH] [tests] Upd Kubernetes v1.33 Signed-off-by: Andrei Kvapil --- packages/core/testing/images/e2e-sandbox/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/testing/images/e2e-sandbox/Dockerfile b/packages/core/testing/images/e2e-sandbox/Dockerfile index eaf7498b..a51c841b 100755 --- a/packages/core/testing/images/e2e-sandbox/Dockerfile +++ b/packages/core/testing/images/e2e-sandbox/Dockerfile @@ -1,8 +1,9 @@ FROM ubuntu:22.04 -ARG KUBECTL_VERSION=1.32.0 -ARG TALOSCTL_VERSION=1.9.5 -ARG HELM_VERSION=3.16.4 +ARG KUBECTL_VERSION=1.33.2 +ARG TALOSCTL_VERSION=1.10.4 +ARG HELM_VERSION=3.18.3 +ARG COZYPKG_VERSION=1.1.0 ARG TARGETOS ARG TARGETARCH @@ -17,5 +18,4 @@ RUN curl -sSL "https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm RUN curl -sSL "https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_${TARGETOS}_${TARGETARCH}" -o /usr/local/bin/yq \ && chmod +x /usr/local/bin/yq RUN curl -sSL "https://fluxcd.io/install.sh" | bash -RUN curl -sSL "https://github.com/cozystack/cozypkg/raw/refs/heads/main/hack/install.sh" | sh -s -RUN curl -sSL "https://github.com/cozystack/cozypkg/raw/refs/heads/main/hack/install.sh" | sh -s -- -v 1.1.0 +RUN curl -sSL "https://github.com/cozystack/cozypkg/raw/refs/heads/main/hack/install.sh" | sh -s -- -v "${COZYPKG_VERSION}"