Skip to content

Commit d641bbe

Browse files
ybettank8s-ci-robot
authored andcommitted
Bumping operator-sdk and the project layout to go.kubebuilder.io/v4.
We were using an old version that was not supporting the generation or installation of bundle with `NetworkPolicies` manifests. Signed-off-by: Yoni Bettan <[email protected]>
1 parent af6e321 commit d641bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ operator-sdk:
268268
set -e ;\
269269
echo "Downloading ${OPERATOR_SDK}"; \
270270
mkdir -p $(dir ${OPERATOR_SDK}) ;\
271-
curl -Lo ${OPERATOR_SDK} 'https://github.com/operator-framework/operator-sdk/releases/download/v1.32.0/operator-sdk_linux_amd64'; \
271+
curl -Lo ${OPERATOR_SDK} 'https://github.com/operator-framework/operator-sdk/releases/download/v1.41.1/operator-sdk_linux_amd64'; \
272272
chmod +x ${OPERATOR_SDK}; \
273273
fi
274274

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
domain: sigs.x-k8s.io
22
layout:
3-
- go.kubebuilder.io/v3
3+
- go.kubebuilder.io/v4
44
plugins:
55
manifests.sdk.operatorframework.io/v2: {}
66
scorecard.sdk.operatorframework.io/v2: {}

0 commit comments

Comments
 (0)