Skip to content

Commit 44e5984

Browse files
authored
Merge branch '9.0.0.0' into vnext-release
2 parents 527e9f5 + e3b98ce commit 44e5984

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

authentication/AzureAD/README_WITH_CLIENT_SECRET.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ You can now install the product. We will use the PostgreSQL internal database an
352352
See the [Preparing to install](https://www.ibm.com/docs/en/odm/9.0.0?topic=production-preparing-install-operational-decision-manager) documentation for additional information.
353353
354354
```shell
355-
helm install my-odm-release ibm-helm/ibm-odm-prod \
355+
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
356356
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
357357
--set oidc.enabled=true \
358358
--set license=true \
@@ -377,7 +377,7 @@ You can now install the product. We will use the PostgreSQL internal database an
377377
When the NGINX Ingress Controller is ready, you can install the ODM release with:
378378
379379
```
380-
helm install my-odm-release ibm-helm/ibm-odm-prod \
380+
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
381381
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
382382
--set oidc.enabled=true \
383383
--set license=true \

authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ You can now install the product. We will use the PostgreSQL internal database an
247247
See the [Preparing to install](https://www.ibm.com/docs/en/odm/9.0.0?topic=production-preparing-install-operational-decision-manager) documentation for additional information.
248248
249249
```shell
250-
helm install my-odm-release ibm-helm/ibm-odm-prod \
250+
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
251251
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
252252
--set oidc.enabled=true \
253253
--set license=true \
@@ -268,7 +268,7 @@ You can now install the product. We will use the PostgreSQL internal database an
268268
When the NGINX Ingress Controller is ready, you can install the ODM release with:
269269
270270
```
271-
helm install my-odm-release ibm-helm/ibm-odm-prod \
271+
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
272272
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
273273
--set oidc.enabled=true \
274274
--set license=true \

authentication/Cognito/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ In the **Container software library** tile, verify your entitlement on the **Vie
516516
See the [Preparing to install](https://www.ibm.com/docs/en/odm/9.0.0?topic=production-preparing-install-operational-decision-manager) documentation for more information.
517517

518518
```shell
519-
helm install my-odm-release ibm-helm/ibm-odm-prod \
519+
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
520520
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
521521
--set oidc.enabled=true \
522522
--set license=true \
@@ -536,7 +536,7 @@ In the **Container software library** tile, verify your entitlement on the **Vie
536536
When the NGINX Ingress Controller is ready, you can install the ODM release with:
537537

538538
```
539-
helm install my-odm-release ibm-helm/ibm-odm-prod \
539+
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
540540
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
541541
--set oidc.enabled=true \
542542
--set license=true \

authentication/Okta/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ In this step, we augment the token with meta-information that is required by the
329329
You can now install the product. We will use the PostgreSQL internal database and disable the data persistence (`internalDatabase.persistence.enabled=false`) to avoid any platform complexity concerning persistent volume allocation.
330330
331331
```
332-
helm install my-odm-release ibm-helm/ibm-odm-prod \
332+
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
333333
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
334334
--set oidc.enabled=true \
335335
--set internalDatabase.persistence.enabled=false \

platform/azure/README-Azure-SQL-MI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kubectl create secret generic <odmdbsecret> --from-literal=db-user=<sqlmiadmin>
5252
Then you can deploy ODM with:
5353

5454
```bash
55-
helm install <release> ibmcharts/ibm-odm-prod --version 24.0.0 \
55+
helm install <release> ibmcharts/ibm-odm-prod \
5656
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=<registrysecret> \
5757
--set image.tag=${ODM_VERSION:-9.0.0.0} --set service.type=LoadBalancer \
5858
--set externalDatabase.type=sqlserver \

platform/azure/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ az aks update --name <cluster> --resource-group <resourcegroup> --load-balancer-
308308
You can now install the product:
309309

310310
```shell
311-
helm install <release> ibmcharts/ibm-odm-prod --version 24.0.0 \
311+
helm install <release> ibmcharts/ibm-odm-prod \
312312
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=<registrysecret> \
313313
--set image.tag=${ODM_VERSION:-9.0.0.0} --set service.type=LoadBalancer \
314314
--set externalDatabase.type=postgres \
@@ -396,7 +396,7 @@ You might want to access ODM components through a single external IP address.
396396
You can reuse the secret with TLS certificate created [above](#manage-adigital-certificate-10-min):
397397

398398
```shell
399-
helm install <release> ibmcharts/ibm-odm-prod --version 24.0.0 \
399+
helm install <release> ibmcharts/ibm-odm-prod \
400400
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=<registrysecret> \
401401
--set image.tag=${ODM_VERSION:-9.0.0.0} \
402402
--set externalDatabase.type=postgres \

platform/gcloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ It automatically creates an HTTPS GKE load balancer. We will disable the ODM int
247247
- Install the chart from IBM's public Helm charts repository:
248248

249249
```
250-
helm install <release> ibm-helm/ibm-odm-prod --version 23.2.0 -f gcp-values.yaml
250+
helm install <release> ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 -f gcp-values.yaml
251251
```
252252
253253
> NOTE: You might prefer to access ODM components through the NGINX Ingress controller instead of using the IP addresses. If so, please follow [these instructions](README_NGINX.md).

platform/gcloud/README_NGINX.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The secured HTTPS communication is managed by the NGINX ingress controller. So,
2828
Replace the placeholders in the [gcp-values.yaml](./gcp-values.yaml) file and install the chart:
2929

3030
```
31-
helm install mycompany ibm-helm/ibm-odm-prod --version 24.0.0 \
31+
helm install mycompany ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
3232
-f gcp-values.yaml \
3333
--set service.ingress.annotations={"kubernetes.io/ingress.class: nginx"}
3434
```

platform/minikube/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ibmcharts/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Deci
104104
Get the [minikube-values.yaml](./minikube-values.yaml) file and run the following command:
105105

106106
```shell
107-
helm install my-odm-release ibmcharts/ibm-odm-prod -f minikube-values.yaml
107+
helm install my-odm-release ibmcharts/ibm-odm-prod --set image.tag=9.0.0.0 -f minikube-values.yaml
108108
```
109109

110110
#### b. Check the topology

0 commit comments

Comments
 (0)