Skip to content

Commit ee3fdb8

Browse files
authored
ROKS Review (#207)
1 parent 51046fa commit ee3fdb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform/roks/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ helm repo update
9696
```bash
9797
$ helm search repo ibm-odm-prod
9898
NAME CHART VERSION APP VERSION DESCRIPTION
99-
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
99+
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
100100
```
101101

102102
### 3. Install an IBM Operational Decision Manager release (10 min)
103103

104104
Get the [roks-values.yaml](./roks-values.yaml) file and install your ODM instance:
105105

106106
```bash
107-
helm install roks-tuto ibm-helm/ibm-odm-prod --version 24.0.0 -f roks-values.yaml
107+
helm install roks-tuto ibm-helm/ibm-odm-prod --version 24.1.0 -f roks-values.yaml
108108
```
109109

110110
> This configuration will deployed ODM with a sample database. You should used your own database such as [IBM Cloud Databases for PostgreSQL](https://www.ibm.com/products/databases-for-postgresql) for production.
@@ -145,7 +145,7 @@ roks-tuto-odm-ds-runtime-route <DS_RUNTIME_HOST>
145145

146146
### 5. Track ODM usage with the IBM License Service
147147

148-
Follow the **Installation** section of the [Manual installation without the Operator Lifecycle Manager (OLM)](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.7?topic=ils-installing-license-service-without-operator-lifecycle-manager-olm) documentation.
148+
Follow the **Installation** section of the [Manual installation without the Operator Lifecycle Manager (OLM)](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.9?topic=ils-installing-license-service-without-operator-lifecycle-manager-olm) documentation.
149149

150150
### 6. Deploy ODM to support sticky session on ROKS
151151

@@ -173,7 +173,7 @@ oc create secret tls default-ingress-cert --cert=./tls.crt --key=./tls.key -n od
173173
- Get the [roks-sticky-values.yaml](./roks-sticky-values.yaml) file and launch your ODM instance :
174174

175175
```bash
176-
helm install roks-sticky-tuto ibm-helm/ibm-odm-prod --version 24.0.0 -f roks-sticky-values.yaml
176+
helm install roks-sticky-tuto ibm-helm/ibm-odm-prod --version 24.1.0 -f roks-sticky-values.yaml
177177
```
178178

179179
The ODM containers will embed the ROKS domain certificates. Additionally, two Decision Center pods will be launched to verify the sticky session behavior.

0 commit comments

Comments
 (0)