File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
47
47
strategy :
48
48
matrix :
49
49
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
54
54
steps :
55
55
- name : Pre-pull kind image
56
56
run : |
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ REGISTRY ?= ghcr.io
25
25
ORG ?= grafana
26
26
IMG ?= $(REGISTRY ) /$(ORG ) /grafana-operator:v$(VERSION )
27
27
# 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
29
29
30
30
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
31
31
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
KIND=${KIND:- kind}
4
- KIND_NODE_VERSION=${KIND_NODE_VERSION:- v1.33 .0}
4
+ KIND_NODE_VERSION=${KIND_NODE_VERSION:- v1.34 .0}
5
5
KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:- kind-grafana}
6
6
KUBECONFIG=${KUBECONFIG:- ~/ .kube/ kind-grafana-operator}
7
7
set -eu
You can’t perform that action at this time.
0 commit comments