Skip to content

Commit

Permalink
Next Version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Jul 11, 2024
1 parent 57f8b2a commit 228152f
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.4.2
replaces: infinispan-operator.v2.4.3
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.3
export VERSION=2.4.4

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 v2.4.0 v2.4.1 v2.4.2; 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 v2.4.1 v2.4.2 v2.4.3; 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.4
replaces: infinispan-operator.v2.4.3
- name: infinispan-operator.v2.4.3
replaces: infinispan-operator.v2.4.2
- name: infinispan-operator.v2.4.2
Expand Down

0 comments on commit 228152f

Please sign in to comment.