Skip to content

Commit

Permalink
release: v5.0.0 release, update sealos version in install.sh. (#4882)
Browse files Browse the repository at this point in the history
* release: update sealos version in install.sh.

* release: update sealos version in install.sh.

* release: update sealos version in install.sh.
  • Loading branch information
lingdie authored Jul 11, 2024
1 parent 7e9a193 commit 02327d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/cloud/build-offline-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ images=(
docker.io/labring/kubernetes:v1.27.11
docker.io/labring/helm:v3.14.1
docker.io/labring/cilium:v1.14.8
docker.io/labring/cert-manager:v1.14.4
docker.io/labring/cert-manager:v1.14.6
docker.io/labring/openebs:v3.10.0
docker.io/labring/victoria-metrics-k8s-stack:v1.96.0
docker.io/labring/ingress-nginx:v1.9.4
Expand All @@ -37,7 +37,7 @@ done
# get and save cli
mkdir -p output/cli

VERSION="v5.0.0-beta5"
VERSION="v5.0.0"

wget https://github.com/labring/sealos/releases/download/${VERSION}/sealos_${VERSION#v}_linux_${ARCH}.tar.gz \
&& tar zxvf sealos_${VERSION#v}_linux_${ARCH}.tar.gz sealos && chmod +x sealos && mv sealos output/cli
Expand Down Expand Up @@ -70,4 +70,4 @@ mv output sealos-cloud
tar czfv sealos-cloud.tar.gz sealos-cloud

# md5sum output tar.gz
md5sum sealos-cloud.tar.gz | cut -d " " -f1 > sealos-cloud.tar.gz.md5
md5sum sealos-cloud.tar.gz | cut -d " " -f1 > sealos-cloud.tar.gz.md5
2 changes: 1 addition & 1 deletion scripts/cloud/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# Configurations
CLOUD_DIR="/root/.sealos/cloud"
SEALOS_VERSION="v5.0.0-beta5"
SEALOS_VERSION="v5.0.0"
cloud_version="latest"
#mongodb_version="mongodb-5.0"
#master_ips=
Expand Down

0 comments on commit 02327d5

Please sign in to comment.