Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit f163056

Browse files
committed
Update kindest/node versions
Signed-off-by: JoshVanL <[email protected]>
1 parent c59a921 commit f163056

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Makefile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,20 @@ test: generate verify ## run all go tests
8383

8484
e2e: e2e-1.14 ## run end to end tests
8585

86+
e2e-1.15: build ## run end to end tests for kubernetes version 1.15
87+
KUBE_OIDC_PROXY_NODE_IMAGE=1.15.0 go test ./pkg/e2e/. -v --count=1
88+
8689
e2e-1.14: build ## run end to end tests for kubernetes version 1.14
87-
KUBE_OIDC_PROXY_NODE_IMAGE=1.14.0 go test ./pkg/e2e/. -v --count=1
90+
KUBE_OIDC_PROXY_NODE_IMAGE=1.14.3 go test ./pkg/e2e/. -v --count=1
8891

8992
e2e-1.13: build ## run end to end tests for kubernetes version 1.13
90-
KUBE_OIDC_PROXY_NODE_IMAGE=1.13.3 go test ./pkg/e2e/. -v --count=1
93+
KUBE_OIDC_PROXY_NODE_IMAGE=1.13.7 go test ./pkg/e2e/. -v --count=1
9194

9295
e2e-1.12: build ## run end to end tests for kubernetes version 1.12
93-
KUBE_OIDC_PROXY_NODE_IMAGE=1.12.5 go test ./pkg/e2e/. -v --count=1
96+
KUBE_OIDC_PROXY_NODE_IMAGE=1.12.8 go test ./pkg/e2e/. -v --count=1
9497

9598
e2e-1.11: build ## run end to end tests for kubernetes version 1.11
96-
KUBE_OIDC_PROXY_NODE_IMAGE=1.11.3 go test ./pkg/e2e/. -v --count=1
99+
KUBE_OIDC_PROXY_NODE_IMAGE=1.11.10 go test ./pkg/e2e/. -v --count=1
97100

98101
build: generate ## build kube-oidc-proxy
99102
CGO_ENABLED=0 go build -ldflags '-w $(shell hack/version-ldflags.sh)'

0 commit comments

Comments
 (0)