File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
roles/download_tools/defaults Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22build_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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kuttl_version: 0.20.0
66opm_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
1212go_version : 1.24.6
Original file line number Diff line number Diff line change 33opm_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
99go_version : 1.24.6
Original file line number Diff line number Diff 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}' )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments