Skip to content

Commit 4c9433c

Browse files
committed
Bump kind to 1.28 for banyandb helm
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
1 parent 42ce306 commit 4c9433c

4 files changed

Lines changed: 36 additions & 6 deletions

File tree

test/e2e/e2e-banyandb-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup:
1919
env: kind
20-
file: kind.yaml
20+
file: kind28.yaml
2121
init-system-environment: env
2222
kind:
2323
expose-ports:

test/e2e/e2e-banyandb-standalone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup:
1919
env: kind
20-
file: kind.yaml
20+
file: kind28.yaml
2121
init-system-environment: env
2222
kind:
2323
expose-ports:

test/e2e/kind.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ apiVersion: kind.x-k8s.io/v1alpha4
2020
nodes:
2121
# the control plane node config
2222
- role: control-plane
23-
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
23+
image: kindest/node:v1.21.14
2424
# the three workers
2525
- role: worker
26-
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
26+
image: kindest/node:v1.21.14
2727
- role: worker
28-
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
28+
image: kindest/node:v1.21.14
2929
- role: worker
30-
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
30+
image: kindest/node:v1.21.14

test/e2e/kind28.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
# this config file contains all config fields with comments
17+
# NOTE: this is not a particularly useful config file
18+
kind: Cluster
19+
apiVersion: kind.x-k8s.io/v1alpha4
20+
nodes:
21+
# the control plane node config
22+
- role: control-plane
23+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
24+
# the three workers
25+
- role: worker
26+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
27+
- role: worker
28+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
29+
- role: worker
30+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251

0 commit comments

Comments
 (0)