This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new c32f691d0 chore(ci): revert previous operator sdk
c32f691d0 is described below
commit c32f691d0b039246697ab65f0770fd266ddde296
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jan 21 16:44:09 2026 +0100
chore(ci): revert previous operator sdk
Closes #6461
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 686e90fd1..8a8d89ddb 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -32,7 +32,7 @@ DEFAULT_RUNTIME_VERSION := 3.15.3
CONTROLLER_GEN_VERSION := v0.20.0
CONTROLLER_GEN=$(GOBIN)/controller-gen
CODEGEN_VERSION := v0.35.0
-OPERATOR_SDK_VERSION := v1.42.0
+OPERATOR_SDK_VERSION := v1.30.0
KUSTOMIZE_VERSION := v5.7.1
OPM_VERSION := v1.61.0
# Golang tooling