Skip to content

Commit 60e2724

Browse files
committed
removed explanation and only focus on latest case
1 parent c18d89f commit 60e2724

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Then you can deploy ODM with:
5454
```bash
5555
helm install <release> ibmcharts/ibm-odm-prod \
5656
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=<registrysecret> \
57-
--set image.tag=${ODM_VERSION:-9.0.0.0} --set service.type=LoadBalancer \
57+
--version 24.1.0 --set service.type=LoadBalancer \
5858
--set externalDatabase.type=sqlserver \
5959
--set externalDatabase.serverName=<sqlminame>.public.<identifier>.database.windows.net \
6060
--set externalDatabase.databaseName=odmdb \

platform/eks/README-ECR.md

-23
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,6 @@ The related instructions in the online documentation are:
7272

7373
This command generates the files `images-mapping.txt` and `image-content-source-policy.yaml` at `~/.ibm-pak/data/mirror/${CASE_NAME}/${CASE_VERSION}`. The `~/.ibm-pak/mirror` directory is also created.
7474

75-
- For CASE versions up to 1.7.x (included), append `-<architecture>` at the end of each line in `~/.ibm-pak/data/mirror/${CASE_NAME}/${CASE_VERSION}/images-mapping.txt` (where `<architecture>` can be `amd64`, `ppc64le`, or `s390x`).
76-
77-
- either manually,
78-
- or by running the command below (on Linux only, not for MacOS):
79-
80-
```bash
81-
sed -i "s/$/-${ARCHITECTURE}/" ~/.ibm-pak/data/mirror/${CASE_NAME}/${CASE_VERSION}/images-mapping.txt
82-
```
83-
84-
Here is an example of such a file after this modification for CASE version `1.7.0`:
85-
86-
```
87-
cp.icr.io/cp/cp4a/odm/dbserver@sha256:bde14b68043370e9a4e49b1f3394978c202e0d5495e0121bd7972b37a7d99c35=194826081736.dkr.ecr.eu-west-3.amazonaws.com/cp/cp4a/odm/dbserver:8.12.0.1-amd64
88-
cp.icr.io/cp/cp4a/odm/odm-decisioncenter@sha256:869a6a47b5c49865086242e60228eaba7292b8d2e8e56ee4b67ea4fc07d591ad=194826081736.dkr.ecr.eu-west-3.amazonaws.com/cp/cp4a/odm/odm-decisioncenter:8.12.0.1-amd64
89-
cp.icr.io/cp/cp4a/odm/odm-decisionrunner@sha256:70824d9aa218c0b768e42a35f6dcc5f424779d1f54540a885fc9395a7a9e07c3=194826081736.dkr.ecr.eu-west-3.amazonaws.com/cp/cp4a/odm/odm-decisionrunner:8.12.0.1-amd64
90-
cp.icr.io/cp/cp4a/odm/odm-decisionserverconsole@sha256:9a2f71ab6b62ffc2adf84d68b9d5fcee54d91ab76b62661265a6842479f4388b=194826081736.dkr.ecr.eu-west-3.amazonaws.com/cp/cp4a/odm/odm-decisionserverconsole:8.12.0.1-amd64
91-
cp.icr.io/cp/cp4a/odm/odm-decisionserverruntime@sha256:b5539e7efbe410d1a874abcd20d170dabf073d91a0ad58ae69ee03b7acea92d3=194826081736.dkr.ecr.eu-west-3.amazonaws.com/cp/cp4a/odm/odm-decisionserverruntime:8.12.0.1-amd64
92-
```
93-
94-
> WARNING:
95-
For some interim fixes, the file `images-mapping.txt` need to be modified differently. The instructions can be found in the readme page of the interim fix.
96-
97-
9875
- Store authentication credentials of the source Docker registry `cp.icr.io` and the target Amazon ECR.
9976

10077
> NOTE:

0 commit comments

Comments
 (0)