Skip to content

Commit c75aec3

Browse files
committed
bump operator-sdk to 1.41.1
Signed-off-by: Martin Schuppert <[email protected]>
1 parent c4a2ca8 commit c75aec3

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
build_root_image:
33
name: tools
44
namespace: openstack-k8s-operators
5-
tag: ci-build-root-golang-1.20-sdk-1.31
5+
tag: ci-build-root-golang-1.24-sdk-1.41.1

devsetup/roles/download_tools/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kuttl_version: 0.20.0
66
opm_version: latest
77

88
# operator-sdk version to use (must be specific version)
9-
sdk_version: v1.31.0
9+
sdk_version: v1.41.1
1010

1111
# golang version
1212
go_version: 1.24.6

devsetup/vars/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
opm_version: v1.30.0
44

55
# operator-sdk version to use (must be specific version)
6-
sdk_version: v1.31.0
6+
sdk_version: v1.41.1
77

88
# golang version
99
go_version: 1.24.6

scripts/clone-operator-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function get_repo_and_commit_hash {
8888
MOD_PATH=$(echo $MOD_VERSION | jq -r .path)
8989
REF=$(echo $MOD_VERSION | jq -r .version | sed -e 's|v[0-9]*.[0-9]*.[0-9]*-.*[0-9]*-\(.*\)$|\1|')
9090

91-
GIT_REPO=${MOD_PATH%"/apis"}
91+
GIT_REPO=${MOD_PATH%"/api"}
9292
GIT_REPO=${GIT_REPO%"/api"}
9393
if [[ "$REF" == v* ]]; then
9494
REF=$(git ls-remote https://${GIT_REPO} | grep ${REF} | awk 'NR==1{print $1}')

zuul.d/projects.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
name: openstack-k8s-operators/install_yamls
44
github-check:
55
jobs:
6-
- openstack-k8s-operators-content-provider
6+
- openstack-k8s-operators-content-provider:
7+
vars:
8+
cifmw_install_yamls_sdk_version: v1.41.1
79
- install-yamls-crc-podified-edpm-baremetal: &content_provider
810
dependencies:
911
- openstack-k8s-operators-content-provider

0 commit comments

Comments
 (0)