Skip to content

Commit

Permalink
fix virtctl install
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jul 25, 2024
1 parent ecec688 commit 05cea1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/webshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 05cea1e

Please sign in to comment.