Skip to content

Commit

Permalink
feat(dashboard): Bump kube-explorer v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan authored and Jason-ZW committed Jan 3, 2023
1 parent b1a26ff commit a104679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETARCH
ARG TARGETOS

ENV TARGETPLATFORM=${TARGETPLATFORM:-"linux/amd64"} ARCH=${TARGETARCH:-"amd64"} OS=${TARGETOS:-"linux"}
ENV KUBE_EXPLORER_VERSION=v0.2.13
ENV KUBE_EXPLORER_VERSION=v0.3.0

RUN zypper -n install curl ca-certificates
RUN mkdir /home/shell && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUCCESS_CMD="$REPO version"
BINLOCATION=${BINLOCATION:-'/usr/local/bin'}
KUBEEXPLORER_REPO=${KUBEEXPLORER_REPO:-'kube-explorer'}
KUBEEXPLORER_DOWNLOAD_URL=https://github.com/$OWNER/$KUBEEXPLORER_REPO/releases/download
KUBEEXPLORER_VERSION=v0.2.13
KUBEEXPLORER_VERSION=v0.3.0
SUDO=sudo
if [ $(id -u) -eq 0 ]; then
SUDO=
Expand Down

0 comments on commit a104679

Please sign in to comment.