Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes and new version #184

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"