From c4e2b37697e1f224137ddadb9d6a18c1a2612f07 Mon Sep 17 00:00:00 2001 From: Ahmed Kadri Date: Mon, 10 Jun 2024 15:07:04 +0200 Subject: [PATCH] Fix versions --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cfcf49ab2..06d53f8e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ FROM --platform=linux/amd64 gcr.io/distroless/static:nonroot WORKDIR / COPY --from=builder /workspace/manager . COPY --from=builder /workspace/helm . -COPY --from=builder /workspace/vcluster-0.16.4.tgz . +COPY --from=builder /workspace/vcluster-0.18.1.tgz . USER 65532:65532 ENTRYPOINT ["/manager"] diff --git a/Makefile b/Makefile index 52ba50189..231cfaf47 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VE ENVTEST_K8S_VERSION = 1.23 # HELM_VERSION = 3.12.0 HELM_VERSION = 3.11.2-20230627 -VCLUSTER_CHART_VERSION = 0.16.4 +VCLUSTER_CHART_VERSION = 0.18.1 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))