Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review Minikube installation. #199

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion platform/minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This tutorial was tested on macOS and Linux.

- [Minikube](https://minikube.sigs.k8s.io/docs/start/)
- [Helm](https://helm.sh/docs/intro/install/)
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)

## Steps

Expand Down Expand Up @@ -93,7 +94,7 @@ helm repo update
```shell
$ helm search repo ibm-odm-prod
NAME CHART VERSION APP VERSION DESCRIPTION
ibmcharts/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
ibmcharts/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
```

### 3. Install an IBM Operational Decision Manager release
Expand Down
Loading