Skip to content

Commit

Permalink
Update trusty demo to 1.0 (apache#467)
Browse files Browse the repository at this point in the history
* update to trusty 1.0

* update readme
  • Loading branch information
r00ta authored Dec 10, 2020
1 parent bf9ec4a commit 315a92e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions trusty-demonstration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trusty-demonstration/resources/explainability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trusty-demonstration/resources/trusty-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trusty-demonstration/resources/trusty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 315a92e

Please sign in to comment.