Skip to content

Commit 9ca0f52

Browse files
authored
Merge pull request #16 from DecisionsDev/vnext-release
DBACLD-200095 Prepare samples delivery
2 parents fcae7d4 + f918ce2 commit 9ca0f52

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository is aimed at both technical and business users interested in lear
99
- **[IBM Operational Decision Manager for Developers](https://hub.docker.com/r/ibmcom/odm/)**
1010
Explore ODM in Docker environments for development and evaluation purposes.
1111

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

1515
- **[IBM Operational Decision Manager for Production on Certified Kubernetes](https://www.ibm.com/docs/en/odm/9.5.0?topic=kubernetes-installing-odm-production)**

cross-component/deployexecute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ curl -sk -X POST ${AUTH_CREDENTIALS[@]} -H "accept: application/json" -H "Conten
102102
> 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')
103103
> export AUTH_CREDENTIALS=(-H "Authorization: Bearer ${ACCESS_TOKEN}")
104104
> ```
105-
> - 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:
105+
> - 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:
106106
> - set the environment variables
107107
> - USERNAME
108108
> - ZEN_API_KEY

decisioncenter/businessvalueeditor/README-KUBERNETES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ helm repo update
6969
```bash
7070
$ helm search repo ibm-odm-prod
7171
NAME CHART VERSION APP VERSION DESCRIPTION
72-
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
72+
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager
7373

7474
```
7575
#### e. Install an IBM Operational Decision Manager release

decisioncenter/dynamicdomain/README-KUBERNETES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ helm search repo ibm-odm-prod
9292
```
9393
```bash
9494
NAME CHART VERSION APP VERSION DESCRIPTION
95-
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager License By in...
95+
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager License By in...
9696
```
9797

9898
Create a file named `values.yaml`. This file will be used by the `helm install` command to specify the configuration parameters.

decisioncenter/guicustomization/README-KUBERNETES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ helm search repo ibm-odm-prod
5959
```
6060
```bash
6161
NAME CHART VERSION APP VERSION DESCRIPTION
62-
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
62+
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager
6363
```
6464

6565
#### e. Create a secret to manage custom authentication/authorization

decisioncenter/users_groups_synchronization/README-KUBERNETES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ helm repo update
4848
```bash
4949
$ helm search repo ibm-odm-prod
5050
NAME CHART VERSION APP VERSION DESCRIPTION
51-
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
51+
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager
5252
```
5353
### 5. Create the Synchronization Secret
5454

0 commit comments

Comments
 (0)