Skip to content

Commit

Permalink
Add Operand 15.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinispan committed Oct 7, 2024
1 parent 8e09310 commit 65c6129
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
6 changes: 5 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
{
"upstream-version": "14.0.27",
"image": "quay.io/infinispan/server:14.0.27.Final"
},
},
{
"upstream-version": "14.0.32",
"image": "quay.io/infinispan/server:14.0.32.Final"
Expand All @@ -115,6 +115,10 @@ spec:
{
"upstream-version": "15.0.8",
"image": "quay.io/infinispan/server:15.0.8.Final"
},
{
"upstream-version": "15.0.10",
"image": "quay.io/infinispan/server:15.0.10.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: 16.0.1
:operand_version: 16.0.1
:server_image_version: 15.0.10
:operand_version: 15.0.10

:ispn_operator: Infinispan Operator
:ispn_operator_version: 2.4
Expand Down
21 changes: 21 additions & 0 deletions documentation/asciidoc/topics/supported_operands/2_4_5.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
////
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ include::2_4_3.adoc[]
2.4.4
|
include::2_4_4.adoc[]
|
2.4.5
|
include::2_4_5.adoc[]
|===

0 comments on commit 65c6129

Please sign in to comment.