Skip to content

Commit d39d721

Browse files
committed
refactor(config): change minikube version
1 parent 2656d39 commit d39d721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/computer-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

computer/computer-dist/src/assembly/travis/install-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -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
2222
sudo mkdir -p /usr/local/bin/
2323
sudo install minikube /usr/local/bin/
2424

0 commit comments

Comments
 (0)