diff --git a/ci-operator/config/openshift/assisted-service/openshift-assisted-service-release-ocm-2.16.yaml b/ci-operator/config/openshift/assisted-service/openshift-assisted-service-release-ocm-2.16.yaml index 3d0b8fcc84126..fd7033adcdcc0 100644 --- a/ci-operator/config/openshift/assisted-service/openshift-assisted-service-release-ocm-2.16.yaml +++ b/ci-operator/config/openshift/assisted-service/openshift-assisted-service-release-ocm-2.16.yaml @@ -26,7 +26,7 @@ base_images: hypershift-operator: name: hypershift-operator namespace: hypershift - tag: latest + tag: "4.21" postgresql-13-c9s: name: postgresql namespace: ci diff --git a/ci-operator/step-registry/assisted/baremetal/operator/capi/assisted-baremetal-operator-capi-commands.sh b/ci-operator/step-registry/assisted/baremetal/operator/capi/assisted-baremetal-operator-capi-commands.sh index dfb98a650c105..48329924b5796 100644 --- a/ci-operator/step-registry/assisted/baremetal/operator/capi/assisted-baremetal-operator-capi-commands.sh +++ b/ci-operator/step-registry/assisted/baremetal/operator/capi/assisted-baremetal-operator-capi-commands.sh @@ -26,6 +26,8 @@ then scp "${SSHOPTS[@]}" "${SHARED_DIR}/assisted-ztp-config" "root@${IP}:assisted-ztp-config" fi +scp "${SSHOPTS[@]}" "${CLUSTER_PROFILE_DIR}/pull-secret" "root@${IP}:/root/pull-secret" + tar -czf - . | ssh "${SSHOPTS[@]}" "root@${IP}" "cat > /root/assisted-service.tar.gz" # shellcheck disable=SC2087 @@ -65,6 +67,8 @@ then source /root/assisted-ztp-config fi +oc image info "\${HYPERSHIFT_IMAGE}" -a /root/pull-secret +oc image info "\${ASSISTED_OPENSHIFT_INSTALL_RELEASE_IMAGE}" -a /root/pull-secret ./deploy_capi_cluster.sh EOF