We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b919d19 + e71b46b commit 5b7363aCopy full SHA for 5b7363a
scheduled-jobs/build/early-operator-index/Jenkinsfile.groovy
@@ -17,9 +17,9 @@ node {
17
18
workDir = "${env.WORKSPACE}/doozer_working"
19
sh "rm -rf ${workDir}"
20
- ocpVer = "4.20"
21
- operatorIndexBaseVersion = "4.19"
22
- operatorRegistryVersion = "4.19"
+ ocpVer = "4.21"
+ operatorIndexBaseVersion = "4.20"
+ operatorRegistryVersion = "4.20"
23
24
// Print out bundle pullspecs alongside of distgit keys to help identify bundles which have not been built yet.
25
echo "Doozer pullspecs by distgit_key"
0 commit comments