Skip to content

Commit

Permalink
Add Infinispan 14.0.17.Final Operand
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Sep 11, 2023
1 parent 92bd591 commit 08da62d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {
RUN_SA_OPERATOR = 'true'
MAKE_DATADIR_WRITABLE = 'true'
CONFIG_LISTENER_IMAGE = 'localhost:5001/infinispan-operator'
SERVER_TAGS = '13.0.10.Final 14.0.1.Final 14.0.6.Final 14.0.9.Final 14.0.13.Final'
SERVER_TAGS = '13.0.10.Final 14.0.1.Final 14.0.6.Final 14.0.9.Final 14.0.13.Final 14.0.17.Final'
TEST_REPORT_DIR = "$WORKSPACE/test/reports"
CHANGE_TARGET = "${env.CHANGE_TARGET}"
}
Expand Down
3 changes: 0 additions & 3 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ configMapGenerator:
- files:
- controller_manager_config.yaml
name: manager-config
images:
- name: operator
newName: localhost:5001/infinispan-operator
3 changes: 3 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ spec:
},{
"upstream-version": "14.0.13",
"image": "quay.io/infinispan/server:14.0.13.Final"
},{
"upstream-version": "14.0.17",
"image": "quay.io/infinispan/server:14.0.17.Final"
}]
- name: POD_NAME
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
:lib_path: /opt/infinispan/server/lib
:backup_path: /opt/infinispan/backups
:server_image: quay.io/infinispan/server
:server_image_version: 14.0.13
:operand_version: 14.0.13
:server_image_version: 14.0.17
:operand_version: 14.0.17

:ispn_operator: Infinispan Operator
:ispn_operator_version: 2.3
Expand Down
1 change: 1 addition & 0 deletions documentation/asciidoc/topics/ref_supported_versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ You can upgrade the version of your cluster between supported {brandname} versio
14.0.6
14.0.9
14.0.13
14.0.17
|===
2 changes: 1 addition & 1 deletion scripts/ci/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Modified version of the script found at https://kind.sigs.k8s.io/docs/user/local-registry/#create-a-cluster-and-registry
set -o errexit

SERVER_TAGS=${SERVER_TAGS:-'13.0.10.Final 14.0.1.Final 14.0.6.Final 14.0.9.Final 14.0.13.Final 14.0'}
SERVER_TAGS=${SERVER_TAGS:-'13.0.10.Final 14.0.1.Final 14.0.6.Final 14.0.9.Final 14.0.13.Final 14.0.17.Final 14.0'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.17.17'}
KIND_SUBNET=${KIND_SUBNET-172.172.0.0}

Expand Down
9 changes: 7 additions & 2 deletions test/e2e/utils/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ var VersionManager = func() *version.Manager {
"image": "quay.io/infinispan/server:14.0.13.Final",
"cve": true
},{
"downstream-version": "0.2.3-2",
"upstream-version": "14.0.13",
"downstream-version": "0.2.4-1",
"upstream-version": "14.0.17",
"image": "quay.io/infinispan/server:14.0.17.Final",
"cve": true
},{
"downstream-version": "0.2.4-2",
"upstream-version": "14.0.17",
"image": "quay.io/infinispan/server:14.0",
"cve": true
}]`)
Expand Down

0 comments on commit 08da62d

Please sign in to comment.