Skip to content

Commit ffafa06

Browse files
authored
Merge pull request #1310 from yangjunmyfm192085/updatek8simage
update k8s version for e2e tests
2 parents 498d419 + 0ea8e51 commit ffafa06

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Makefile

+12-12
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,18 @@ test-image-all:
144144
test-e2e: test-e2e-1.24
145145

146146
.PHONY: test-e2e-all
147-
test-e2e-all: test-e2e-1.24 test-e2e-1.23 test-e2e-1.22
148-
149-
.PHONY: test-e2e-1.24
150-
test-e2e-1.24:
151-
NODE_IMAGE=kindest/node:v1.24.0@sha256:0866296e693efe1fed79d5e6c7af8df71fc73ae45e3679af05342239cdc5bc8e ./test/test-e2e.sh
152-
153-
.PHONY: test-e2e-1.23
154-
test-e2e-1.23:
155-
NODE_IMAGE=kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac ./test/test-e2e.sh
156-
.PHONY: test-e2e-1.22
157-
test-e2e-1.22:
158-
NODE_IMAGE=kindest/node:v1.22.0@sha256:b8bda84bb3a190e6e028b1760d277454a72267a5454b57db34437c34a588d047 ./test/test-e2e.sh
147+
test-e2e-all: test-e2e-1.27 test-e2e-1.26 test-e2e-1.25
148+
149+
.PHONY: test-e2e-1.27
150+
test-e2e-1.27:
151+
NODE_IMAGE=kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 ./test/test-e2e.sh
152+
153+
.PHONY: test-e2e-1.26
154+
test-e2e-1.26:
155+
NODE_IMAGE=kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb ./test/test-e2e.sh
156+
.PHONY: test-e2e-1.25
157+
test-e2e-1.25:
158+
NODE_IMAGE=kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8 ./test/test-e2e.sh
159159

160160

161161
.PHONY: test-e2e-ha

manifests/test-ha/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
bases:
4-
- ../high-availability
4+
- ../high-availability-1.21+
55
patchesJson6902:
66
- target:
77
group: apps

0 commit comments

Comments
 (0)