Skip to content

Commit

Permalink
Add Operand 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinispan committed Dec 17, 2024
1 parent 19566e3 commit fa0e31f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ spec:
{
"upstream-version": "15.0.11",
"image": "quay.io/infinispan/server:15.0.11.Final"
},
{
"upstream-version": "15.1.0",
"image": "quay.io/infinispan/server:15.1.0.Final"
}
]
- name: POD_NAME
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: 15.0.11
:operand_version: 15.0.11
:server_image_version: 15.1.0
:operand_version: 15.1.0

:ispn_operator: Infinispan Operator
:ispn_operator_version: 2.4
Expand Down
23 changes: 23 additions & 0 deletions documentation/asciidoc/topics/supported_operands/2_4_7.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
////
Auto-generated file, do not update this manually.
To add additional Operands to this file, update the `INFINISPAN_OPERAND_VERSIONS` array in `config/manager/manager.yaml`.
////
14.0.1
14.0.6
14.0.9
14.0.13
14.0.17
14.0.19
14.0.20
14.0.21
14.0.24
14.0.27
14.0.32
15.0.0
15.0.3
15.0.4
15.0.5
15.0.8
15.0.10
15.0.11
15.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ include::2_4_5.adoc[]
2.4.6
|
include::2_4_6.adoc[]
|
2.4.7
|
include::2_4_7.adoc[]
|===

0 comments on commit fa0e31f

Please sign in to comment.