Skip to content

Commit

Permalink
Merge pull request #623 from yiannistri/fix-e2e-test-release-v2.8
Browse files Browse the repository at this point in the history
[v2.8] fix: Bump k8s version used in e2e test
  • Loading branch information
yiannistri committed Jun 25, 2024
2 parents b8f9af1 + 41d77f3 commit b8273d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MOCKGEN_VER := v1.6.0
MOCKGEN_BIN := mockgen
MOCKGEN := $(BIN_DIR)/$(MOCKGEN_BIN)-$(MOCKGEN_VER)

GINKGO_VER := v2.17.1
GINKGO_VER := v2.19.0
GINKGO_BIN := ginkgo
GINKGO := $(BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER)

Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

KUBE_VERSION="${KUBE_VERSION:-v1.25.8}"
KUBE_VERSION="${KUBE_VERSION:-v1.28.9}"
CLUSTER_NAME="${CLUSTER_NAME:-eks-operator-e2e}"

if ! kind get clusters | grep "$CLUSTER_NAME"; then
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/templates/basic-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
amazonCredentialSecret: default:aws-credentials
imported: false
kmsKey: ""
kubernetesVersion: "1.26"
kubernetesVersion: "1.28"
loggingTypes: []
nodeGroups:
- desiredSize: 2
Expand All @@ -26,7 +26,7 @@ spec:
subnets: []
tags: {}
userData: ""
version: "1.26"
version: "1.28"
privateAccess: false
publicAccess: true
publicAccessSources: []
Expand Down

0 comments on commit b8273d5

Please sign in to comment.