File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ This tutorial was tested on macOS and Linux.
33
33
#### a. Start Minikube with sufficient resources
34
34
35
35
```
36
- minikube start --cpus 6 --memory 8GB --kubernetes-version=v1.23 .0
36
+ minikube start --cpus 6 --memory 8GB --kubernetes-version=v1.25 .0
37
37
```
38
38
39
39
The kubectl context is automatically set to point to the created Minikube cluster.
40
40
41
41
> **Note**
42
- > This installation guide has been tested with the Kubernetes version v1.23.0 to v1. 25.0
42
+ > This installation guide has been tested with the Kubernetes version v1.25.0 onwards
43
43
44
44
#### b. Check your environment
45
45
@@ -92,7 +92,7 @@ helm repo update
92
92
```
93
93
$ helm search repo ibm-odm-prod
94
94
NAME CHART VERSION APP VERSION DESCRIPTION
95
- ibmcharts/ibm-odm-prod 23.1 .0 8.12.0.0 IBM Operational Decision Manager
95
+ ibmcharts/ibm-odm-prod 23.2 .0 8.12.0.1 IBM Operational Decision Manager
96
96
```
97
97
98
98
### 3. Install an IBM Operational Decision Manager release
@@ -102,7 +102,7 @@ ibmcharts/ibm-odm-prod 23.1.0 8.12.0.0 IBM Operational Deci
102
102
Get the [ minikube-values.yaml] ( ./minikube-values.yaml ) file and run the following command:
103
103
104
104
```
105
- helm install my-odm-release ibmcharts/ibm-odm-prod --version 23.1 .0 -f minikube-values.yaml
105
+ helm install my-odm-release ibmcharts/ibm-odm-prod --version 23.2 .0 -f minikube-values.yaml
106
106
```
107
107
108
108
#### b. Check the topology
You can’t perform that action at this time.
0 commit comments