Skip to content

Commit 264aefe

Browse files
committed
Fix: operator-sdk version in Makefile
1 parent 704e22f commit 264aefe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif
5656

5757
# Set the Operator SDK version to use. By default, what is installed on the system is used.
5858
# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
59-
OPERATOR_SDK_VERSION ?= v1.40.0
59+
OPERATOR_SDK_VERSION ?= v1.42.0
6060

6161
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
6262
ENVTEST_K8S_VERSION = 1.35.0

bundle/manifests/k8s-overcommit.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ metadata:
3030
}
3131
]
3232
capabilities: Basic Install
33-
createdAt: "2026-03-13T14:09:51Z"
33+
createdAt: "2026-03-13T14:22:17Z"
3434
operators.operatorframework.io/builder: operator-sdk-v1.42.0
3535
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
3636
name: k8s-overcommit.v1.2.0

deploy/olm/1.2.0/k8s-overcommit.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ metadata:
3030
}
3131
]
3232
capabilities: Basic Install
33-
createdAt: "2026-03-13T14:09:51Z"
33+
createdAt: "2026-03-13T14:22:17Z"
3434
operators.operatorframework.io/builder: operator-sdk-v1.42.0
3535
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
3636
name: k8s-overcommit.v1.2.0

0 commit comments

Comments
 (0)