Skip to content

Commit ca80599

Browse files
fredmerciFrederic Mercier
andauthored
fix doc links and version (#259)
from 617424d Frederic Mercier <[email protected]> 10 Dec 2025 at 17:34 Co-authored-by: Frederic Mercier <[email protected]>
1 parent 7da470b commit ca80599

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

authentication/mutual-tls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ openssl req -x509 -nodes -days 1000 -newkey rsa:2048 -keyout myserver.key \
176176
kubectl create secret generic my-server-secret --from-file=tls.crt=myserver.crt --from-file=tls.key=myserver.key
177177
```
178178

179-
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=servers-server-certificates).
179+
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=production-defining-security-certificate).
180180

181181
## Manage a client certificate to communicate with the ODM Runtime
182182

contrib/secrets-store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ It replaces the K8s secret that would have been created with (again, don't do th
276276
kubectl create secret generic mynicecompanytlssecret --from-file=tls.crt=mynicecompany.crt --from-file=tls.key=mynicecompany.key
277277
```
278278

279-
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=servers-server-certificates).
279+
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=production-defining-security-certificate).
280280

281281
We also would like to create a Basic Registry configuration to be used as authSecretRef (refer to both accompanying files group-security-configurations.xml and webSecurity.xml). It will allow some "mat" guy to connect to ODM components. First upload their contents to HashiCorp Vault:
282282

contrib/vault-initcontainer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ helm repo update
176176
```
177177
helm search repo ibm-odm-prod
178178
NAME CHART VERSION APP VERSION DESCRIPTION
179-
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
179+
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager
180180
```
181181

182182

platform/azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ openssl req -x509 -nodes -days 1000 -newkey rsa:2048 -keyout mynicecompany.key \
346346
kubectl create secret generic <mynicecompanytlssecret> --from-file=tls.crt=mynicecompany.crt --from-file=tls.key=mynicecompany.key
347347
```
348348

349-
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=servers-server-certificates).
349+
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=production-defining-security-certificate).
350350

351351
## Install an ODM Helm release and expose it with the service type LoadBalancer (10 min)
352352

platform/ecs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ aws secretsmanager create-secret \
131131
For example:
132132
```
133133
odm-decisioncenter:
134-
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.0-amd64
134+
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.1-amd64
135135
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-YYYYY"
136136
...
137137
odm-decisionserverruntime:
138-
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverruntime:9.5.0.0-amd64
138+
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverruntime:9.5.0.1-amd64
139139
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-YYYYY"
140140
...
141141
```
@@ -232,7 +232,7 @@ volumes:
232232
Name: odm-filesystem
233233
...
234234
odm-decisioncenter:
235-
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.0-amd64
235+
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.1-amd64
236236
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
237237
volumes:
238238
- app:/config/security/trusted-cert-volume

platform/ecs/docker-compose-http.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ x-elbv2:
9090

9191
services:
9292
odm-decisionserverconsole:
93-
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverconsole:9.5.0.0-amd64
93+
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverconsole:9.5.0.1-amd64
9494
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
9595
# Optional: Set to true, to enable execute command and access the container
9696
x-ecs:
@@ -123,7 +123,7 @@ services:
123123
labels:
124124
- productName=IBM Operational Decision Manager
125125
- productID=e32af5770e06427faae142993c691048
126-
- productVersion=9.5.0.0
126+
- productVersion=9.5.0.1
127127
- productMetric=FREE
128128
- productChargedContainers=decisionserverconsole
129129
logging:
@@ -148,7 +148,7 @@ services:
148148
start_period: 50s
149149

150150
odm-decisionserverruntime:
151-
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverruntime:9.5.0.0-amd64
151+
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverruntime:9.5.0.1-amd64
152152
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
153153
x-ecs:
154154
EnableExecuteCommand: true
@@ -173,7 +173,7 @@ services:
173173
labels:
174174
- productName=IBM Operational Decision Manager
175175
- productID=b1a07d4dc0364452aa6206bb6584061d
176-
- productVersion=9.5.0.0
176+
- productVersion=9.5.0.1
177177
- productMetric=PROCESSOR_VALUE_UNIT
178178
- productChargedContainers=decisionserverruntime
179179
logging:
@@ -201,7 +201,7 @@ services:
201201
start_period: 50s
202202

203203
odm-decisioncenter:
204-
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.0-amd64
204+
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.1-amd64
205205
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
206206
x-ecs:
207207
EnableExecuteCommand: true
@@ -228,7 +228,7 @@ services:
228228
labels:
229229
- productName=IBM Operational Decision Manager
230230
- productID=b1a07d4dc0364452aa6206bb6584061d
231-
- productVersion=9.5.0.0
231+
- productVersion=9.5.0.1
232232
- productMetric=PROCESSOR_VALUE_UNIT
233233
- productChargedContainers=decisioncenter
234234
deploy:
@@ -250,7 +250,7 @@ services:
250250
start_period: 50s
251251

252252
odm-decisionrunner:
253-
image: cp.icr.io/cp/cp4a/odm/odm-decisionrunner:9.5.0.0-amd64
253+
image: cp.icr.io/cp/cp4a/odm/odm-decisionrunner:9.5.0.1-amd64
254254
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
255255
x-ecs:
256256
EnableExecuteCommand: true
@@ -260,7 +260,7 @@ services:
260260
labels:
261261
- productName=IBM Operational Decision Manager - Non Prod
262262
- productID=e32af5770e06427faae142993c691048
263-
- productVersion=9.5.0.0
263+
- productVersion=9.5.0.1
264264
- productMetric=PROCESSOR_VALUE_UNIT
265265
- productChargedContainers=decisionrunner
266266
environment:

platform/ecs/docker-compose-https.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ x-elbv2:
101101

102102
services:
103103
odm-decisionserverconsole:
104-
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverconsole:9.5.0.0-amd64
104+
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverconsole:9.5.0.1-amd64
105105
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
106106
# Optional: Set to true, to enable execute command and access the container
107107
x-ecs:
@@ -134,7 +134,7 @@ services:
134134
labels:
135135
- productName=IBM Operational Decision Manager
136136
- productID=e32af5770e06427faae142993c691048
137-
- productVersion=9.5.0.0
137+
- productVersion=9.5.0.1
138138
- productMetric=FREE
139139
- productChargedContainers=decisionserverconsole
140140
logging:
@@ -159,7 +159,7 @@ services:
159159
start_period: 50s
160160

161161
odm-decisionserverruntime:
162-
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverruntime:9.5.0.0-amd64
162+
image: cp.icr.io/cp/cp4a/odm/odm-decisionserverruntime:9.5.0.1-amd64
163163
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
164164
x-ecs:
165165
EnableExecuteCommand: true
@@ -184,7 +184,7 @@ services:
184184
labels:
185185
- productName=IBM Operational Decision Manager
186186
- productID=b1a07d4dc0364452aa6206bb6584061d
187-
- productVersion=9.5.0.0
187+
- productVersion=9.5.0.1
188188
- productMetric=PROCESSOR_VALUE_UNIT
189189
- productChargedContainers=decisionserverruntime
190190
logging:
@@ -212,7 +212,7 @@ services:
212212
start_period: 50s
213213

214214
odm-decisioncenter:
215-
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.0-amd64
215+
image: cp.icr.io/cp/cp4a/odm/odm-decisioncenter:9.5.0.1-amd64
216216
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
217217
volumes:
218218
- app:/config/security/trusted-cert-volume
@@ -241,7 +241,7 @@ services:
241241
labels:
242242
- productName=IBM Operational Decision Manager
243243
- productID=b1a07d4dc0364452aa6206bb6584061d
244-
- productVersion=9.5.0.0
244+
- productVersion=9.5.0.1
245245
- productMetric=PROCESSOR_VALUE_UNIT
246246
- productChargedContainers=decisioncenter
247247
deploy:
@@ -263,7 +263,7 @@ services:
263263
start_period: 50s
264264

265265
odm-decisionrunner:
266-
image: cp.icr.io/cp/cp4a/odm/odm-decisionrunner:9.5.0.0-amd64
266+
image: cp.icr.io/cp/cp4a/odm/odm-decisionrunner:9.5.0.1-amd64
267267
x-aws-pull_credentials: "arn:aws:secretsmanager:<aws_deployment_region>:<aws_account_id>:secret:IBMCPSecret-XXXXXX"
268268
x-ecs:
269269
EnableExecuteCommand: true
@@ -273,7 +273,7 @@ services:
273273
labels:
274274
- productName=IBM Operational Decision Manager - Non Prod
275275
- productID=e32af5770e06427faae142993c691048
276-
- productVersion=9.5.0.0
276+
- productVersion=9.5.0.1
277277
- productMetric=PROCESSOR_VALUE_UNIT
278278
- productChargedContainers=decisionrunner
279279
environment:

platform/eks/README-ECR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The related instructions in the online documentation are:
119119
> Note:
120120
Only the container images needed for your architecture are uploaded into the registry when specifying the option `--filter-by-os ".*/${ARCHITECTURE}"`
121121

122-
For more information about these commands, see [Mirroring images to a private container registry](https://www.ibm.com/docs/en/odm/9.5.0?topic=installation-mirroring-images-private-container-registry).
122+
For more information about these commands, see [Mirroring images to a private container registry](https://www.ibm.com/docs/en/odm/9.5.0?topic=installation-mirroring-images-private-registry.
123123

124124
You can check the repositories and the images available using the commands below :
125125

platform/gcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ openssl req -x509 -nodes -days 1000 -newkey rsa:2048 -keyout mynicecompany.key \
225225
kubectl create secret tls mynicecompany-tls-secret --key mynicecompany.key --cert mynicecompany.crt
226226
```
227227

228-
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=servers-server-certificates) and [Working with certificates and SSL](https://docs.oracle.com/cd/E19830-01/819-4712/ablqw/index.html).
228+
The certificate must be the same as the one you used to enable TLS connections in your ODM release. For more information, see [Server certificates](https://www.ibm.com/docs/en/odm/9.5.0?topic=production-defining-security-certificate) and [Working with certificates and SSL](https://docs.oracle.com/cd/E19830-01/819-4712/ablqw/index.html).
229229

230230
### 5. Install the ODM release (10 min)
231231

0 commit comments

Comments
 (0)