Skip to content

Commit

Permalink
Merge pull request openshift#936 from SchSeba/fix_4.15_bundle
Browse files Browse the repository at this point in the history
OCPBUGS-34374: Fix 4.15 bundle
  • Loading branch information
openshift-merge-bot[bot] authored May 23, 2024
2 parents 0fb72f7 + 497ac4b commit 5d20ddc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.bundle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include Makefile
# Current Operator version
VERSION ?= 4.16.0
VERSION ?= 4.15.0
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.15
createdAt: "2024-05-07T19:22:27Z"
createdAt: "2024-05-23T14:24:29Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
features.operators.openshift.io/cnf: "false"
Expand Down Expand Up @@ -150,7 +150,7 @@ metadata:
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
name: sriov-network-operator.v4.16.0
name: sriov-network-operator.v4.15.0
namespace: openshift-sriov-network-operator
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -582,4 +582,4 @@ spec:
name: Red Hat
provider:
name: Red Hat
version: 4.16.0
version: 4.15.0
2 changes: 1 addition & 1 deletion manifests/sriov-network-operator.package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packageName: sriov-network-operator
channels:
- name: "stable"
currentCSV: sriov-network-operator.v4.16.0
currentCSV: sriov-network-operator.v4.15.0
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.15
createdAt: "2024-05-07T19:22:27Z"
createdAt: "2024-05-23T14:24:29Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
features.operators.openshift.io/cnf: "false"
Expand Down Expand Up @@ -150,7 +150,7 @@ metadata:
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
name: sriov-network-operator.v4.16.0
name: sriov-network-operator.v4.15.0
namespace: openshift-sriov-network-operator
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -582,4 +582,4 @@ spec:
name: Red Hat
provider:
name: Red Hat
version: 4.16.0
version: 4.15.0

0 comments on commit 5d20ddc

Please sign in to comment.