Skip to content

Commit 22d6d46

Browse files
Merge pull request #2433 from yanirq/bump_4_18_z
CNF-19551: Bump NROP 4.18.z version to 4.18.3
2 parents 863762e + f8d0f9a commit 22d6d46

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.konflux/bundle/overlay/overlay.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ overlay_release()
268268
{
269269
echo "Overlaying relase..."
270270

271-
local version="4.18.2"
271+
local version="4.18.3"
272272
local name="numaresources-operator"
273273
local name_version="$name.v$version"
274-
local skip_range=">=4.17.0 <4.18.2"
274+
local skip_range=">=4.17.0 <4.18.3"
275275
local replaces="numaresources-operator.v4.18.2"
276276
local annotations='
277277
features.operators.openshift.io/disconnected: "true"

.konflux/catalog/catalog-template.in.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ entries:
1818
- name: numaresources-operator.v4.18.2
1919
replaces: numaresources-operator.v4.18.1
2020
skipRange: '>=4.17.0 <4.18.2'
21+
- name: numaresources-operator.v4.18.3
22+
replaces: numaresources-operator.v4.18.2
23+
skipRange: '>=4.17.0 <4.18.3'
2124
name: "4.18"
2225
package: numaresources-operator
2326
schema: olm.channel
@@ -28,6 +31,9 @@ entries:
2831
- image: registry.redhat.io/openshift4/numaresources-operator-bundle@sha256:a372f2b3b61c0012618837e349d389f9f300ccd2ae0fa005e9cd7d379b8569a1
2932
schema: olm.bundle
3033
# v4.18.2 bundle
34+
- image: registry.redhat.io/openshift4/numaresources-operator-bundle@sha256:9a48e096d245b499aa201cc35fb99cc10e636b8ae1a5bee6d18cd01a17614de6
35+
schema: olm.bundle
36+
# v4.18.3 bundle
3137
# The url for this last entry is updated by hack/konflux-update-catalog-template.sh automatically
32-
- image: quay.io/redhat-user-workloads/telco-5g-tenant/numaresources-operator-bundle-4-18@sha256:cefa88c416f5a38c560a35ed1df5335d887e4b1833719647a069e0f51a30b4d2
38+
- image: quay.io/redhat-user-workloads/telco-5g-tenant/numaresources-operator-bundle-4-18@sha256:0a35a4445456bc671f5939a6659438a5ac5e491496cb0e0e647fc61644f76c2c
3339
schema: olm.bundle

0 commit comments

Comments
 (0)