Skip to content

Commit 2656d39

Browse files
committed
fix(ci): k8s version/deps version
1 parent b6a0b8c commit 2656d39

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.20.1
24+
KUBERNETES_VERSION: 1.28.0
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/scripts/dependency/known-dependencies.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ commons-logging-1.1.3.jar
3636
commons-math3-3.1.1.jar
3737
commons-net-3.6.jar
3838
commons-text-1.9.jar
39-
computer-algorithm-1.5.0.jar
40-
computer-api-1.5.0.jar
41-
computer-core-1.5.0.jar
42-
computer-dist-1.5.0.jar
43-
computer-driver-1.5.0.jar
44-
computer-k8s-1.5.0.jar
45-
computer-k8s-operator-1.5.0.jar
46-
computer-yarn-1.5.0.jar
39+
computer-algorithm-1.7.0.jar
40+
computer-api-1.7.0.jar
41+
computer-core-1.7.0.jar
42+
computer-dist-1.7.0.jar
43+
computer-driver-1.7.0.jar
44+
computer-k8s-1.7.0.jar
45+
computer-k8s-operator-1.7.0.jar
46+
computer-yarn-1.7.0.jar
4747
curator-client-2.13.0.jar
4848
curator-framework-2.13.0.jar
4949
curator-recipes-2.13.0.jar

0 commit comments

Comments
 (0)