From 05cea1e5c378821f3880108fbeba4d0c2d7e6daf Mon Sep 17 00:00:00 2001 From: Sebastian Plattner Date: Thu, 25 Jul 2024 15:08:19 +0200 Subject: [PATCH] fix virtctl install --- build/Dockerfile | 2 +- deploy/charts/webshell/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 042d2eb..b71b0dc 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -126,7 +126,7 @@ RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash && \ unzip terraform.zip && rm terraform.zip && \ install -t /usr/local/bin terraform && rm terraform && \ # virtctl - curl -#L -o virtctl "https://github.com/kubevirt/kubevirt/releases/download/${VIRTCTL_VERSION}/virtctl-${VIRTCTL_VERSION}-amd64" && \ + curl -#L -o virtctl "https://github.com/kubevirt/kubevirt/releases/download/${VIRTCTL_VERSION}/virtctl-${VIRTCTL_VERSION}-linux-amd64" && \ install -t /usr/local/bin virtctl && rm virtctl ENV HOME /home/theia diff --git a/deploy/charts/webshell/Chart.yaml b/deploy/charts/webshell/Chart.yaml index a343eb8..690139e 100644 --- a/deploy/charts/webshell/Chart.yaml +++ b/deploy/charts/webshell/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: webshell description: A Helm chart to deploy a webshell environment type: application -version: 0.5.10 -appVersion: "0.5.10" +version: 0.5.11 +appVersion: "0.5.11"