Skip to content

Commit

Permalink
feat(kube-explorer): bump up kube-explorer version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacieChao committed Jan 8, 2024
1 parent 7faf7d5 commit b7118ab
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.3.2
ENV KUBE_EXPLORER_VERSION=v0.4.0
ENV HELM_DASHBOARD_VERSION=1.3.3

RUN zypper -n install curl ca-certificates tar gzip
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.3.2
KUBEEXPLORER_VERSION=v0.4.0
HELM_DASHBOARD_DOWNLOAD_URL=https://github.com/komodorio/helm-dashboard/releases/download
HELM_DASHBOARD_VERSION=1.3.3
SUDO=sudo
Expand Down

0 comments on commit b7118ab

Please sign in to comment.