Skip to content

Commit d7bb7c0

Browse files
openshift-pipelines-botpramodbindal
openshift-pipelines-bot
authored andcommitted
Updated Index Image catalog template json
Revert "Update Bundle name for main" This reverts commit a82c4f6. Updated Index Image catalog template json
1 parent 5ee77e8 commit d7bb7c0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.konflux/olm-catalog/index/v4.17/catalog-template.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"skipRange": ">=1.17.0 <1.18.0"
3939
},
4040
{
41-
"name": "openshift-pipelines-operator-main",
41+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
4242
"replaces": "openshift-pipelines-operator-rh.v1.18.0",
4343
"skipRange": ">=1.17.0 <1.18.1"
4444
}
@@ -165,7 +165,7 @@
165165
{
166166
"entries": [
167167
{
168-
"name": "openshift-pipelines-operator-rh.main",
168+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
169169
"replaces": "openshift-pipelines-operator-rh.v1.18.0",
170170
"skipRange": ">=1.17.0 <1.18.1"
171171
}
@@ -176,7 +176,7 @@
176176
},
177177
{
178178
"schema": "olm.bundle",
179-
"name": "openshift-pipelines-operator-rh.main",
179+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
180180
"image": "quay.io/openshift-pipeline/pipelines-operator-bundle@sha256:509d04918f5d82ba294bf7b87a682521486b0f90199d9548be2f4e08a25b42fa"
181181
},
182182
{

.konflux/olm-catalog/index/v4.18/catalog-template.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"skipRange": ">=1.17.0 <1.18.0"
3939
},
4040
{
41-
"name": "openshift-pipelines-operator-main",
41+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
4242
"replaces": "openshift-pipelines-operator-rh.v1.18.0",
4343
"skipRange": ">=1.17.0 <1.18.1"
4444
}
@@ -165,7 +165,7 @@
165165
{
166166
"entries": [
167167
{
168-
"name": "openshift-pipelines-operator-rh.main",
168+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
169169
"replaces": "openshift-pipelines-operator-rh.v1.18.0",
170170
"skipRange": ">=1.17.0 <1.18.1"
171171
}
@@ -176,7 +176,7 @@
176176
},
177177
{
178178
"schema": "olm.bundle",
179-
"name": "openshift-pipelines-operator-rh.main",
179+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
180180
"image": "quay.io/openshift-pipeline/pipelines-operator-bundle@sha256:509d04918f5d82ba294bf7b87a682521486b0f90199d9548be2f4e08a25b42fa"
181181
},
182182
{

.konflux/olm-catalog/index/v4.18/catalog/openshift-pipelines-operator-rh/catalog.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"skipRange": ">=1.17.0 <1.18.0"
3939
},
4040
{
41-
"name": "openshift-pipelines-operator-main",
41+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
4242
"replaces": "openshift-pipelines-operator-rh.v1.18.0",
4343
"skipRange": ">=1.17.0 <1.18.1"
4444
}
@@ -50,7 +50,7 @@
5050
"package": "openshift-pipelines-operator-rh",
5151
"entries": [
5252
{
53-
"name": "openshift-pipelines-operator-rh.main",
53+
"name": "openshift-pipelines-operator-rh.v5.0.5-594",
5454
"replaces": "openshift-pipelines-operator-rh.v1.18.0",
5555
"skipRange": ">=1.17.0 <1.18.1"
5656
}

hack/index-render-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Update BUNDLE_NAME for each release according to the corresponding 'name' value specified in the catalog-template.json file.
44
# ex: for 1.19 it will be openshift-pipelines-operator-rh.v1.19.0, for 1.17.2 it will be openshift-pipelines-operator-rh.v1.17.2
5-
BUNDLE_NAME=openshift-pipelines-operator-rh.main
5+
BUNDLE_NAME=openshift-pipelines-operator-rh.v5.0.5-594
66

77
# Update images from project.yaml to "generated" files
88
VERSION=${1:-"v4.18"}

0 commit comments

Comments
 (0)