diff --git a/README.md b/README.md index 6af0345..a276df3 100644 --- a/README.md +++ b/README.md @@ -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)** diff --git a/cross-component/deployexecute/README.md b/cross-component/deployexecute/README.md index e304914..74829d8 100644 --- a/cross-component/deployexecute/README.md +++ b/cross-component/deployexecute/README.md @@ -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 diff --git a/decisioncenter/businessvalueeditor/README-KUBERNETES.md b/decisioncenter/businessvalueeditor/README-KUBERNETES.md index 8662e15..d7a1509 100644 --- a/decisioncenter/businessvalueeditor/README-KUBERNETES.md +++ b/decisioncenter/businessvalueeditor/README-KUBERNETES.md @@ -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 diff --git a/decisioncenter/dynamicdomain/README-KUBERNETES.md b/decisioncenter/dynamicdomain/README-KUBERNETES.md index b9205aa..72585ee 100644 --- a/decisioncenter/dynamicdomain/README-KUBERNETES.md +++ b/decisioncenter/dynamicdomain/README-KUBERNETES.md @@ -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. diff --git a/decisioncenter/guicustomization/README-KUBERNETES.md b/decisioncenter/guicustomization/README-KUBERNETES.md index 553ded2..38f72f6 100644 --- a/decisioncenter/guicustomization/README-KUBERNETES.md +++ b/decisioncenter/guicustomization/README-KUBERNETES.md @@ -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 diff --git a/decisioncenter/users_groups_synchronization/README-KUBERNETES.md b/decisioncenter/users_groups_synchronization/README-KUBERNETES.md index 3e54bdc..2eb3eff 100644 --- a/decisioncenter/users_groups_synchronization/README-KUBERNETES.md +++ b/decisioncenter/users_groups_synchronization/README-KUBERNETES.md @@ -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