Skip to content

Commit

Permalink
Add Operand 15.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinispan committed Feb 4, 2025
1 parent 2f3ed84 commit 7dcbb3a
Show file tree
Hide file tree
Showing 4 changed files with 36 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 @@ -135,6 +135,10 @@ spec:
{
"upstream-version": "15.1.3",
"image": "quay.io/infinispan/server:15.1.3.Final"
},
{
"upstream-version": "15.1.4",
"image": "quay.io/infinispan/server:15.1.4.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.1.3
:operand_version: 15.1.3
:server_image_version: 15.1.4
:operand_version: 15.1.4

:ispn_operator: Infinispan Operator
:ispn_operator_version: 2.4
Expand Down
26 changes: 26 additions & 0 deletions documentation/asciidoc/topics/supported_operands/2_4_10.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
////
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
15.1.1
15.1.3
15.1.4
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ include::2_4_0.adoc[]
|
include::2_4_1.adoc[]
|
2.4.10
|
include::2_4_10.adoc[]
|
2.4.2
|
include::2_4_2.adoc[]
Expand Down

0 comments on commit 7dcbb3a

Please sign in to comment.