Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository is aimed at both technical and business users interested in lear
- **[IBM Operational Decision Manager for Developers](https://hub.docker.com/r/ibmcom/odm/)**
Explore ODM in Docker environments for development and evaluation purposes.

- **[IBM Operational Decision Manager for Developers on Certified Kubernetes](https://artifacthub.io/packages/helm/ibm-odm-charts/ibm-odm-dev/25.0.0)**
- **[IBM Operational Decision Manager for Developers on Certified Kubernetes](https://artifacthub.io/packages/helm/ibm-odm-charts/ibm-odm-dev/25.1.0)**
Run ODM on certified Kubernetes environments for development and evaluation.

- **[IBM Operational Decision Manager for Production on Certified Kubernetes](https://www.ibm.com/docs/en/odm/9.5.0?topic=kubernetes-installing-odm-production)**
Expand Down
2 changes: 1 addition & 1 deletion cross-component/deployexecute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ curl -sk -X POST ${AUTH_CREDENTIALS[@]} -H "accept: application/json" -H "Conten
> export ACCESS_TOKEN=$(curl -sk -X POST -H "Content-Type: application/x-www-form-urlencoded" -d "client_id=${CLIENT_ID}&scope=openid&client_secret=${CLIENT_SECRET}&grant_type=client_credentials" ${OPENID_TOKEN_URL} | jq -r '.access_token')
> export AUTH_CREDENTIALS=(-H "Authorization: Bearer ${ACCESS_TOKEN}")
> ```
> - In a CP4BA environment, the authentication can be performed using a [Zen API key](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/25.0.0?topic=access-using-zen-api-key-authentication). To do so:
> - In a CP4BA environment, the authentication can be performed using a [Zen API key](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/25.1.0?topic=access-using-zen-api-key-authentication). To do so:
> - set the environment variables
> - USERNAME
> - ZEN_API_KEY
Expand Down
2 changes: 1 addition & 1 deletion decisioncenter/businessvalueeditor/README-KUBERNETES.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ helm repo update
```bash
$ helm search repo ibm-odm-prod
NAME CHART VERSION APP VERSION DESCRIPTION
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager

```
#### e. Install an IBM Operational Decision Manager release
Expand Down
2 changes: 1 addition & 1 deletion decisioncenter/dynamicdomain/README-KUBERNETES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ helm search repo ibm-odm-prod
```
```bash
NAME CHART VERSION APP VERSION DESCRIPTION
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager License By in...
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager License By in...
```

Create a file named `values.yaml`. This file will be used by the `helm install` command to specify the configuration parameters.
Expand Down
2 changes: 1 addition & 1 deletion decisioncenter/guicustomization/README-KUBERNETES.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ helm search repo ibm-odm-prod
```
```bash
NAME CHART VERSION APP VERSION DESCRIPTION
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager
```

#### e. Create a secret to manage custom authentication/authorization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ helm repo update
```bash
$ helm search repo ibm-odm-prod
NAME CHART VERSION APP VERSION DESCRIPTION
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager
```
### 5. Create the Synchronization Secret

Expand Down