Skip to content

Commit

Permalink
Bump Kind versions (open-telemetry#965)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
  • Loading branch information
yuriolisa authored Jul 7, 2022
1 parent 74233a5 commit 0db2d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
GOTEST_OPTS=-race -v
endif

KUBE_VERSION ?= 1.21
KUBE_VERSION ?= 1.24
KIND_CONFIG ?= kind-$(KUBE_VERSION).yaml

OPERATOR_SDK_VERSION ?= 1.17.0
Expand Down
2 changes: 1 addition & 1 deletion kind-1.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.19.16@sha256:158bff5545d9d6f1e044e044f2cb3704189911537ee10eaf648cd37f75e51548
image: kindest/node:v1.19.16@sha256:5970d9629a026fbafa37207ffb8dbaff4ff373f254aadaeecfd3bebc93b7ce3b
2 changes: 1 addition & 1 deletion kind-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.24.1@sha256:fd82cddc87336d91aa0a2fc35f3c7a9463c53fd8e9575e9052d2c75c61f5b083
image: kindest/node:v1.24.2@sha256:1f0cee2282f43150b52dc7933183ed96abdcfc8d293f30ec07082495874876f1

0 comments on commit 0db2d99

Please sign in to comment.