Skip to content

Commit

Permalink
Next Version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed May 9, 2024
1 parent 8d7b404 commit de8413c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,5 @@ spec:
minKubeVersion: 1.24.0
provider:
name: Infinispan
replaces: infinispan-operator.v2.3.7
replaces: infinispan-operator.v2.4.0
version: 0.0.0
2 changes: 1 addition & 1 deletion scripts/ci/install-catalog-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IMG_REGISTRY=${IMG_REGISTRY-"localhost:5001"}

export CHANNELS=stable
export DEFAULT_CHANNEL=stable
export VERSION=2.4.0
export VERSION=2.4.1

BUNDLE_IMG_NAME=infinispan-operator-bundle

Expand Down
4 changes: 3 additions & 1 deletion scripts/create-olm-catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CATALOG=${CATALOG_DIR}/catalog.yaml

BUNDLE_IMGS="${BUNDLE_IMG}"
# Define existing bundle images required in the catalog
for version in v2.3.0 v2.3.1 v2.3.2 v2.3.3 v2.3.4 v2.3.5 v2.3.6 v2.3.7; do
for version in v2.3.0 v2.3.1 v2.3.2 v2.3.3 v2.3.4 v2.3.5 v2.3.6 v2.3.7 v2.4.0; do
BUNDLE_IMGS="${BUNDLE_IMGS} quay.io/operatorhubio/infinispan:$version"
done

Expand All @@ -25,6 +25,8 @@ schema: olm.channel
name: stable
package: infinispan
entries:
- name: infinispan-operator.v2.4.1
replaces: infinispan-operator.v2.4.0
- name: infinispan-operator.v2.4.0
replaces: infinispan-operator.v2.3.7
- name: infinispan-operator.v2.3.7
Expand Down

0 comments on commit de8413c

Please sign in to comment.