Skip to content

Commit 5b7363a

Browse files
Merge pull request #4463 from mbiarnes/update-nightly-operator
ART-13792: update nightly operator index image
2 parents b919d19 + e71b46b commit 5b7363a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scheduled-jobs/build/early-operator-index/Jenkinsfile.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ node {
1717

1818
workDir = "${env.WORKSPACE}/doozer_working"
1919
sh "rm -rf ${workDir}"
20-
ocpVer = "4.20"
21-
operatorIndexBaseVersion = "4.19"
22-
operatorRegistryVersion = "4.19"
20+
ocpVer = "4.21"
21+
operatorIndexBaseVersion = "4.20"
22+
operatorRegistryVersion = "4.20"
2323

2424
// Print out bundle pullspecs alongside of distgit keys to help identify bundles which have not been built yet.
2525
echo "Doozer pullspecs by distgit_key"

0 commit comments

Comments
 (0)