Skip to content

Commit 8d72035

Browse files
authored
chore(e2e): bump e2e-tests to the latest supported k8s versions (#2167)
1 parent 64ec75b commit 8d72035

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
strategy:
4848
matrix:
4949
version:
50-
- v1.30.10
51-
- v1.31.6
52-
- v1.32.2
53-
- v1.33.0
50+
- v1.31.9
51+
- v1.32.8
52+
- v1.33.4
53+
- v1.34.0
5454
steps:
5555
- name: Pre-pull kind image
5656
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ REGISTRY ?= ghcr.io
2525
ORG ?= grafana
2626
IMG ?= $(REGISTRY)/$(ORG)/grafana-operator:v$(VERSION)
2727
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
28-
ENVTEST_K8S_VERSION = 1.33.0
28+
ENVTEST_K8S_VERSION = 1.34.0
2929

3030
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
3131
ifeq (,$(shell go env GOBIN))

hack/kind/start-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
KIND=${KIND:-kind}
4-
KIND_NODE_VERSION=${KIND_NODE_VERSION:-v1.33.0}
4+
KIND_NODE_VERSION=${KIND_NODE_VERSION:-v1.34.0}
55
KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-kind-grafana}
66
KUBECONFIG=${KUBECONFIG:-~/.kube/kind-grafana-operator}
77
set -eu

0 commit comments

Comments
 (0)