Update trusty images (#1135)
diff --git a/kogito-quarkus-examples/trusty-demonstration/docker-compose/docker-compose.yml b/kogito-quarkus-examples/trusty-demonstration/docker-compose/docker-compose.yml
index 0e4e00d..efa9350 100644
--- a/kogito-quarkus-examples/trusty-demonstration/docker-compose/docker-compose.yml
+++ b/kogito-quarkus-examples/trusty-demonstration/docker-compose/docker-compose.yml
@@ -55,7 +55,7 @@
- kafka
explainability:
- image: quay.io/kiegroup/kogito-explainability:1.5
+ image: quay.io/kiegroup/kogito-explainability:1.18
depends_on:
- kafka
- kogito-app
@@ -66,7 +66,7 @@
- 1336:8080
trusty:
- image: quay.io/kiegroup/kogito-trusty-infinispan:1.5
+ image: quay.io/kiegroup/kogito-trusty-infinispan:1.18
depends_on:
- kafka
- infinispan
@@ -79,7 +79,7 @@
- 1337:8080
trusty-ui:
- image: quay.io/kiegroup/kogito-trusty-ui:1.5
+ image: quay.io/kiegroup/kogito-trusty-ui:1.18
depends_on:
- kafka
environment:
diff --git a/kogito-quarkus-examples/trusty-demonstration/kubernetes/README.md b/kogito-quarkus-examples/trusty-demonstration/kubernetes/README.md
index 96b7f0c..72b4fce 100644
--- a/kogito-quarkus-examples/trusty-demonstration/kubernetes/README.md
+++ b/kogito-quarkus-examples/trusty-demonstration/kubernetes/README.md
@@ -57,7 +57,7 @@
Set the Kogito release version
```bash
-KOGITO_VERSION=v1.5.0
+KOGITO_VERSION=v1.18.0
```
Deploy the kogito operator in the cluster
@@ -127,7 +127,7 @@
spec:
serviceType: TrustyUI
replicas: 1
- image: quay.io/kiegroup/kogito-trusty-ui:1.4
+ image: quay.io/kiegroup/kogito-trusty-ui:1.18
env:
- name: KOGITO_TRUSTY_ENDPOINT
value: http://172.17.0.2:1337
diff --git a/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/explainability.yaml b/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/explainability.yaml
index da16dac..5d47d8f 100644
--- a/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/explainability.yaml
+++ b/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/explainability.yaml
@@ -5,6 +5,6 @@
spec:
serviceType: Explainability
replicas: 1
- image: quay.io/kiegroup/kogito-explainability:1.5
+ image: quay.io/kiegroup/kogito-explainability:1.18
infra:
- kogito-kafka-infra
diff --git a/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty-ui.yaml b/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty-ui.yaml
index ef714df..c61e7dd 100644
--- a/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty-ui.yaml
+++ b/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty-ui.yaml
@@ -5,7 +5,7 @@
spec:
serviceType: TrustyUI
replicas: 1
- image: quay.io/kiegroup/kogito-trusty-ui:1.5
+ image: quay.io/kiegroup/kogito-trusty-ui:1.18
env:
- name: KOGITO_TRUSTY_ENDPOINT
value: http://172.17.0.2
diff --git a/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty.yaml b/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty.yaml
index b7900aa..34c9c1d 100644
--- a/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty.yaml
+++ b/kogito-quarkus-examples/trusty-demonstration/kubernetes/resources/trusty.yaml
@@ -7,7 +7,7 @@
spec:
serviceType: TrustyAI
replicas: 1
- image: quay.io/kiegroup/kogito-trusty-infinispan:1.5
+ image: quay.io/kiegroup/kogito-trusty-infinispan:1.18
infra:
- kogito-kafka-infra
- kogito-infinispan-infra