Skip to content

Commit

Permalink
Update server to Infinispan 15 #117
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla authored and ryanemerson committed Mar 25, 2024
1 parent 6f57fb1 commit 2880f07
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
# Chart version
version: 0.3.2
# Infinispan version. Use the floating x.y tag of the image.
appVersion: "14.0"
appVersion: "15.0"
kubeVersion: ">= 1.21.0-0"
icon: https://design.jboss.org/infinispan/logo/final/PNG/infinispan_icon_rgb_lightbluewhite_256px.png

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Configure the container images for Infinispan Server pods by specifying values i

| Value | Description | Default | Additional Information |
| ----- | ----------- | ------- | ---------------------- |
| `images.server` | FQN of the Infinispan Server image to deploy. | `quay.io/infinispan/server:14.0` | - |
| `images.server` | FQN of the Infinispan Server image to deploy. | `quay.io/infinispan/server:15.0` | - |
| `images.initContainer` | FQN of a minimal Linux container for the initContainer. | `registry.access.redhat.com/ubi8-micro` | - |

## Deployment configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deploy:
infinispan:
cacheContainer:
transport:
urn:infinispan:server:14.0:securityRealm: >
urn:infinispan:server:15.0:securityRealm: >
"cluster-transport" #<1>
server:
security:
Expand Down
2 changes: 1 addition & 1 deletion infinispan.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BRANDNAME=Infinispan
SERVER_IMAGE=quay.io/infinispan/server:14.0
SERVER_IMAGE=quay.io/infinispan/server:15.0
WEBSITE=https://infinispan.org
K8S=Kubernetes
INGRESS=Ingress
2 changes: 1 addition & 1 deletion test/tls_values.snippet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy:
cacheContainer:
transport:
stack: "kubernetes"
urn:infinispan:server:14.0:securityRealm: "cluster-transport"
urn:infinispan:server:15.0:securityRealm: "cluster-transport"
server:
security:
credentialStores:
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

images:
# [USER] The container images for server pods.
server: quay.io/infinispan/server:14.0
server: quay.io/infinispan/server:15.0
initContainer: registry.access.redhat.com/ubi8-micro

deploy:
Expand Down

0 comments on commit 2880f07

Please sign in to comment.