Skip to content

Commit

Permalink
Merge pull request #184 from acend/spl-fixes
Browse files Browse the repository at this point in the history
fixes and new version
  • Loading branch information
splattner authored Aug 15, 2024
2 parents 5bdb072 + 763ceb8 commit 489d553
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ ENV SHELL=/bin/bash \

# Switch to Theia user
USER theia
COPY bashrc /home/theia/.bashrc
COPY profile /home/theia/.profile
COPY create_kubeconfig.sh /home/theia/create_kubeconfig.sh
COPY --chown=theia bashrc /home/theia/.bashrc
COPY --chown=theia profile /home/theia/.profile
COPY --chown=theia create_kubeconfig.sh /home/theia/create_kubeconfig.sh

RUN cd /home/theia && \
curl -fsSLO https://github.com/kubernetes-sigs/krew/releases/latest/download/krew-linux_amd64.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions build/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export DOCKER_HOST=tcp://localhost:2376
export DOCKER_TLS_VERIFY=1
export DOCKER_CERT_PATH=/home/project/.tls/client

alias k=kubectl
complete -F __start_kubectl k
alias k=kubectl
complete -o default -F __start_kubectl k
complete -C /usr/bin/terraform terraform

export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
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.11
appVersion: "0.5.11"
version: 0.5.12
appVersion: "0.5.12"

0 comments on commit 489d553

Please sign in to comment.