Skip to content

Commit c18d89f

Browse files
committed
remove image.tag 9.0.0.0 and re-add back --version 24.1.0
1 parent 30dabb7 commit c18d89f

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

.secrets.baseline

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-11-20T09:47:21Z",
6+
"generated_at": "2024-11-22T09:18:32Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -100,23 +100,23 @@
100100
"hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
101101
"is_secret": false,
102102
"is_verified": false,
103-
"line_number": 227,
103+
"line_number": 234,
104104
"type": "Secret Keyword",
105105
"verified_result": null
106106
},
107107
{
108108
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
109109
"is_secret": false,
110110
"is_verified": false,
111-
"line_number": 488,
111+
"line_number": 495,
112112
"type": "Secret Keyword",
113113
"verified_result": null
114114
},
115115
{
116116
"hashed_secret": "076a042dcb8e3b7be55cbbe95e1f18f577ef1ba5",
117117
"is_secret": false,
118118
"is_verified": false,
119-
"line_number": 534,
119+
"line_number": 541,
120120
"type": "Secret Keyword",
121121
"verified_result": null
122122
}
@@ -134,15 +134,15 @@
134134
"hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
135135
"is_secret": false,
136136
"is_verified": false,
137-
"line_number": 145,
137+
"line_number": 152,
138138
"type": "Secret Keyword",
139139
"verified_result": null
140140
},
141141
{
142142
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
143143
"is_secret": false,
144144
"is_verified": false,
145-
"line_number": 387,
145+
"line_number": 394,
146146
"type": "Secret Keyword",
147147
"verified_result": null
148148
}
@@ -404,23 +404,23 @@
404404
"hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
405405
"is_secret": false,
406406
"is_verified": false,
407-
"line_number": 225,
407+
"line_number": 250,
408408
"type": "Secret Keyword",
409409
"verified_result": null
410410
},
411411
{
412412
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
413413
"is_secret": false,
414414
"is_verified": false,
415-
"line_number": 379,
415+
"line_number": 405,
416416
"type": "Secret Keyword",
417417
"verified_result": null
418418
},
419419
{
420420
"hashed_secret": "076a042dcb8e3b7be55cbbe95e1f18f577ef1ba5",
421421
"is_secret": false,
422422
"is_verified": false,
423-
"line_number": 425,
423+
"line_number": 451,
424424
"type": "Secret Keyword",
425425
"verified_result": null
426426
}
@@ -1348,7 +1348,7 @@
13481348
"hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
13491349
"is_secret": false,
13501350
"is_verified": false,
1351-
"line_number": 71,
1351+
"line_number": 72,
13521352
"type": "Secret Keyword",
13531353
"verified_result": null
13541354
}

authentication/AzureAD/README_WITH_CLIENT_SECRET.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ You can now install the product. We will use the PostgreSQL internal database an
359359
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.
360360
361361
```shell
362-
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
362+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.0 \
363363
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
364364
--set oidc.enabled=true \
365365
--set license=true \
@@ -384,7 +384,7 @@ You can now install the product. We will use the PostgreSQL internal database an
384384
When the NGINX Ingress Controller is ready, you can install the ODM release with:
385385
386386
```
387-
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
387+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.0 \
388388
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
389389
--set oidc.enabled=true \
390390
--set license=true \

authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ You can now install the product. We will use the PostgreSQL internal database an
254254
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.
255255
256256
```shell
257-
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
257+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.0 \
258258
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
259259
--set oidc.enabled=true \
260260
--set license=true \
@@ -275,7 +275,7 @@ You can now install the product. We will use the PostgreSQL internal database an
275275
When the NGINX Ingress Controller is ready, you can install the ODM release with:
276276
277277
```
278-
helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
278+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.0 \
279279
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
280280
--set oidc.enabled=true \
281281
--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 --set image.tag=9.0.0.0 \
519+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.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 --set image.tag=9.0.0.0 \
539+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.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 --set image.tag=9.0.0.0 \
332+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.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.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ You can now install the product:
310310
```shell
311311
helm install <release> ibmcharts/ibm-odm-prod \
312312
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=<registrysecret> \
313-
--set image.tag=${ODM_VERSION:-9.0.0.0} --set service.type=LoadBalancer \
313+
--version 24.1.0 --set service.type=LoadBalancer \
314314
--set externalDatabase.type=postgres \
315315
--set externalDatabase.serverName=<postgresqlserver>.postgres.database.azure.com \
316316
--set externalDatabase.databaseName=postgres \
@@ -398,7 +398,7 @@ You can reuse the secret with TLS certificate created [above](#manage-adigital-c
398398
```shell
399399
helm install <release> ibmcharts/ibm-odm-prod \
400400
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=<registrysecret> \
401-
--set image.tag=${ODM_VERSION:-9.0.0.0} \
401+
--version 24.1.0 \
402402
--set externalDatabase.type=postgres \
403403
--set externalDatabase.serverName=<postgresqlserver>.postgres.database.azure.com \
404404
--set externalDatabase.databaseName=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 --set image.tag=9.0.0.0 -f gcp-values.yaml
250+
helm install <release> ibm-helm/ibm-odm-prod --version 24.1.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 --set image.tag=9.0.0.0 \
31+
helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.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 --set image.tag=9.0.0.0 -f minikube-values.yaml
107+
helm install my-odm-release ibmcharts/ibm-odm-prod --version 24.1.0 -f minikube-values.yaml
108108
```
109109

110110
#### b. Check the topology

0 commit comments

Comments
 (0)