Skip to content

Commit 4669314

Browse files
Update kubernetes version to 1.24.x
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
1 parent b7e10bd commit 4669314

File tree

4 files changed

+793
-5
lines changed

4 files changed

+793
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ kube = { version = "^0.76.0", default-features = false, features = [
3636
kube-derive = "^0.76.0"
3737
kube-runtime = "^0.76.0"
3838
k8s-openapi = { version = "^0.16.0", default-features = false, features = [
39-
"v1_21",
39+
"v1_24",
4040
] }
4141
lazy_static = { version = "^1.4.0", optional = true }
4242
opentelemetry = { version = "^0.18.0", features = [

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ DOCKER_OPTS ?= --log-level debug
1212
DOCKER_IMG ?= clevercloud/$(NAME):$(VERSION)
1313

1414
KUBE ?= $(shell which kubectl)
15-
KUBE_VERSION ?= v1.21.0
15+
KUBE_VERSION ?= v1.24.0
1616

1717
OLM_SDK ?= $(shell which operator-sdk)
18-
OLM_SDK_VERSION ?= 1.22.0
18+
OLM_SDK_VERSION ?= 1.25.2
1919
OLM_VERSION ?= 0.5.3
2020

2121
OCP_VALIDATOR ?= $(shell which ocp-olm-catalog-validator)
22-
OCP_VERSION ?= 0.0.1
22+
OCP_VERSION ?= 0.1.0
2323

2424
K8S_VALIDATOR ?= $(shell which k8s-community-bundle-validator)
25-
K8S_VERSION ?= 0.0.1
25+
K8S_VERSION ?= 0.1.0
2626

2727
KUBE_SCORE_VERSION ?= 1.14.0
2828
KUBE_SCORE ?= $(shell which kube-score)

0 commit comments

Comments
 (0)