diff --git a/trusty-demonstration/README.md b/trusty-demonstration/README.md index 021c54da74..b4b1ddd24e 100644 --- a/trusty-demonstration/README.md +++ b/trusty-demonstration/README.md @@ -50,7 +50,7 @@ minikube addons enable olm Set the Kogito release version ```bash -KOGITO_VERSION=0.17.0 +KOGITO_VERSION=1.0.0 ``` and then download/unpack the kogito operator @@ -158,7 +158,7 @@ metadata: spec: serviceType: TrustyUI replicas: 1 - image: quay.io/kiegroup/kogito-trusty-ui:0.17 + image: quay.io/kiegroup/kogito-trusty-ui:1.0 env: - name: KOGITO_TRUSTY_ENDPOINT value: http://172.17.0.2 diff --git a/trusty-demonstration/resources/explainability.yaml b/trusty-demonstration/resources/explainability.yaml index eeafcf1b3a..e323c35a0b 100644 --- a/trusty-demonstration/resources/explainability.yaml +++ b/trusty-demonstration/resources/explainability.yaml @@ -13,7 +13,7 @@ metadata: spec: serviceType: Explainability replicas: 1 - image: quay.io/kiegroup/kogito-explainability:0.17 + image: quay.io/kiegroup/kogito-explainability:1.0 propertiesConfigMap: explainability-config env: - name: ENABLE_EVENT diff --git a/trusty-demonstration/resources/trusty-ui.yaml b/trusty-demonstration/resources/trusty-ui.yaml index bac6df5d3a..92ee8904e2 100644 --- a/trusty-demonstration/resources/trusty-ui.yaml +++ b/trusty-demonstration/resources/trusty-ui.yaml @@ -5,7 +5,7 @@ metadata: spec: serviceType: TrustyUI replicas: 1 - image: quay.io/kiegroup/kogito-trusty-ui:0.17 + image: quay.io/kiegroup/kogito-trusty-ui:1.0 env: - name: KOGITO_TRUSTY_ENDPOINT value: http://172.17.0.2 diff --git a/trusty-demonstration/resources/trusty.yaml b/trusty-demonstration/resources/trusty.yaml index c42f53e51a..17a50506b7 100644 --- a/trusty-demonstration/resources/trusty.yaml +++ b/trusty-demonstration/resources/trusty.yaml @@ -18,7 +18,7 @@ metadata: spec: serviceType: TrustyAI replicas: 1 - image: quay.io/kiegroup/kogito-trusty:0.17 + image: quay.io/kiegroup/kogito-trusty:1.0 propertiesConfigMap: trusty-config env: - name: ENABLE_PERSISTENCE