Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
For 23.2.0 with kubernetes version 1.25.0 support
  • Loading branch information
siasin authored Oct 17, 2023
1 parent 7bc00e7 commit 976c228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ This tutorial was tested on macOS and Linux.
#### a. Start Minikube with sufficient resources

```
minikube start --cpus 6 --memory 8GB --kubernetes-version=v1.23.0
minikube start --cpus 6 --memory 8GB --kubernetes-version=v1.25.0
```

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

> **Note**
> This installation guide has been tested with the Kubernetes version v1.23.0 to v1.25.0
> This installation guide has been tested with the Kubernetes version v1.25.0 onwards

#### b. Check your environment

Expand Down Expand Up @@ -92,7 +92,7 @@ helm repo update
```
$ helm search repo ibm-odm-prod
NAME CHART VERSION APP VERSION DESCRIPTION
ibmcharts/ibm-odm-prod 23.1.0 8.12.0.0 IBM Operational Decision Manager
ibmcharts/ibm-odm-prod 23.2.0 8.12.0.1 IBM Operational Decision Manager
```

### 3. Install an IBM Operational Decision Manager release
Expand All @@ -102,7 +102,7 @@ ibmcharts/ibm-odm-prod 23.1.0 8.12.0.0 IBM Operational Deci
Get the [minikube-values.yaml](./minikube-values.yaml) file and run the following command:

```
helm install my-odm-release ibmcharts/ibm-odm-prod --version 23.1.0 -f minikube-values.yaml
helm install my-odm-release ibmcharts/ibm-odm-prod --version 23.2.0 -f minikube-values.yaml
```

#### b. Check the topology
Expand Down

0 comments on commit 976c228

Please sign in to comment.