Skip to content

Commit 976c228

Browse files
authored
Update README.md
For 23.2.0 with kubernetes version 1.25.0 support
1 parent 7bc00e7 commit 976c228

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform/minikube/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ This tutorial was tested on macOS and Linux.
3333
#### a. Start Minikube with sufficient resources
3434

3535
```
36-
minikube start --cpus 6 --memory 8GB --kubernetes-version=v1.23.0
36+
minikube start --cpus 6 --memory 8GB --kubernetes-version=v1.25.0
3737
```
3838

3939
The kubectl context is automatically set to point to the created Minikube cluster.
4040

4141
> **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
4343

4444
#### b. Check your environment
4545

@@ -92,7 +92,7 @@ helm repo update
9292
```
9393
$ helm search repo ibm-odm-prod
9494
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
9696
```
9797

9898
### 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
102102
Get the [minikube-values.yaml](./minikube-values.yaml) file and run the following command:
103103

104104
```
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
106106
```
107107

108108
#### b. Check the topology

0 commit comments

Comments
 (0)