Skip to content

Commit

Permalink
fix: add free license and update kb version (#4159)
Browse files Browse the repository at this point in the history
* Update install.sh

* update free license.
  • Loading branch information
lingdie authored Oct 24, 2023
1 parent b728edc commit 5785d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/cloud/manifests/free-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
spec:
type: Account
# nosemgrep: generic.secrets.security.detected-jwt-token.detected-jwt-token
token: "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJTZWFsb3MiLCJpYXQiOjE2OTc3NzE1NjUsImV4cCI6MTY5ODAzMDc2NSwidHlwZSI6IkFjY291bnQiLCJkYXRhIjp7ImFtb3VudCI6Mjk5fX0.luLpU6xvXPW0dhDbztVUyuAA5DvsIb1PocVrS2OKsEA0QzjVNBCxHEYAxxzALjMMOzoWsNb6dve4oxuKtDe-cnzY1e4GqxHuI869KHlqHZwi8-WDQSnpRONCRctedA8sN6LQ49-7lklJaSR8SHv3PQagJbEgO6gCpihrt3iAP9rBfzX1LKCOCwedtgxdXoMFFVwCivZ3hnW7_gQpPLk6MnLz1UWguAdPvJN19tMhDUuQh1bTyrrwlwoTlvCOJI-4erh1GC3BS6RJmsn4AmBbvUshgqCX2uv2jp___ElcLN96IeWWgj6F5scILfxNhxTJ2cj3-Ze6x5k9f16kYWACnQ"
token: "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJTZWFsb3MiLCJpYXQiOjE2OTgxMTQzMjUsImV4cCI6MTc5MjcyMjMyNSwidHlwZSI6IkFjY291bnQiLCJkYXRhIjp7ImFtb3VudCI6Mjk5fX0.LmLPGAdG26m8mkUaSsoIZdVQLujVVv6_bqc_EvntZhNCcNE2C2v6Xk5MZGoCP0CLwwVUP_3931XzYtulYBcIoCykzPUvATasbPf8UDVrcvEp-GMgzCAGXZMQnJJioBQquKug-RA_8_-jx-h-7XHs32Glwleg5T8LGNbbicyUZZAYg-Gur49PZjcMHFS2E_KHUaKAQHtzQVmVdhDjKXpSOfvLBFuY5wnMqwxHSsql6k3h_VoEJQbluPMtnWl1aSf1xdNqb3reLzXYVnJhsuZCe6PH55jYnkdmMcMfeoaZdd4zlrj-GrgSTBVqH1mbmlr8RS06jE2vG-UtqELJrU8NEw"
8 changes: 4 additions & 4 deletions scripts/cloud/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ helm_version=${helm_version:-"3.12.0"}
openebs_version=${openebs_version:-"3.4.0"}
reflector_version=${reflector_version:-"7.0.151"}
ingress_nginx_version=${ingress_nginx_version:-"1.5.1"}
kubeblocks_version=${kubeblocks_version:-"0.6.2"}
kubeblocks_version=${kubeblocks_version:-"0.6.4"}
metrics_server_version=${metrics_server_version:-"0.6.4"}


Expand Down Expand Up @@ -75,7 +75,7 @@ Options:
--openebs_version # OpenEBS version (default: 3.4.0)
--reflector_version # Reflector version (default: 7.0.151)
--ingress_nginx_version # Ingress Nginx version (default: 1.5.1)
--kubeblocks_version # Kubeblocks version (default: 0.6.2)
--kubeblocks_version # Kubeblocks version (default: 0.6.4)
--metrics_server_version # Metrics Server version (default: 0.6.4)
--cloud_version # Sealos Cloud version (default: latest)
--mongodb_version # MongoDB version (default: mongodb-5.0)
Expand Down Expand Up @@ -137,7 +137,7 @@ Options:
--openebs_version # OpenEBS版本 (默认: 3.4.0)
--reflector_version # Reflector版本 (默认: 7.0.151)
--ingress_nginx_version # Ingress Nginx版本 (默认: 1.5.1)
--kubeblocks_version # Kubeblocks版本 (默认: 0.6.2)
--kubeblocks_version # Kubeblocks版本 (默认: 0.6.4)
--metrics_server_version # Metrics Server版本 (默认: 0.6.4)
--cloud_version # Sealos Cloud版本 (默认: latest)
--mongodb_version # MongoDB版本 (默认: mongodb-5.0)
Expand Down Expand Up @@ -490,4 +490,4 @@ GREEN='\033[0;32m'
BOLD='\033[1m'
RESET='\033[0m'

echo -e "${BOLD}Sealos cloud login info:${RESET}\nCloud Version: ${GREEN}${CLOUD_VERSION}${RESET}\nURL: ${GREEN}https://$cloud_domain${cloud_port:+:$cloud_port}${RESET}\nadmin Username: ${GREEN}admin${RESET}\nadmin Password: ${GREEN}sealos2023${RESET}"
echo -e "${BOLD}Sealos cloud login info:${RESET}\nCloud Version: ${GREEN}${CLOUD_VERSION}${RESET}\nURL: ${GREEN}https://$cloud_domain${cloud_port:+:$cloud_port}${RESET}\nadmin Username: ${GREEN}admin${RESET}\nadmin Password: ${GREEN}sealos2023${RESET}"

0 comments on commit 5785d7b

Please sign in to comment.