File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
computer/computer-dist/src/assembly/travis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 USE_STAGE : ' true' # Whether to include the stage repository.
2222 TRAVIS_DIR : computer-dist/src/assembly/travis
2323 BSP_ETCD_URL : http://localhost:2579
24- KUBERNETES_VERSION : 1.28.0
24+ KUBERNETES_VERSION : 1.20.1
2525 # TODO: adapt the HugeGraph Server/Loader version to 1.5.0 (EdgeID has 5 parts now)
2626 # NOTE: Remember to adaptor/update the version before new release
2727 GRAPH_ENV_VERSION : 1.3.0
Original file line number Diff line number Diff line change 1818set -ev
1919
2020# TODO: could replace by docker way
21- curl -Lo minikube https://storage.googleapis. com/minikube/releases/latest /minikube-linux-amd64 && chmod +x minikube
21+ curl -Lo minikube https://github. com/kubernetes/ minikube/releases/download/v1.34.0 /minikube-linux-amd64 && chmod +x minikube
2222sudo mkdir -p /usr/local/bin/
2323sudo install minikube /usr/local/bin/
2424
You can’t perform that action at this time.
0 commit comments