Skip to content

Commit 6392161

Browse files
committed
update for 24.1.0
1 parent 3908353 commit 6392161

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

platform/eks/README-NGINX.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ The `my-odm-nginx` service should have an available `External-IP` when you run t
2424
kubectl get service my-odm-nginx-ingress-nginx-controller
2525
```
2626

27-
You can then go back to the [main documentation](README.md#2-create-an-rds-database-10-min).
27+
You can then go back to the [main documentation](README.md#2-create-an-rds-database-10-min) to continue Step 2 to Step 4.
2828

2929
## Install an ODM release with NGINX Ingress Controller
3030

31-
During the helm install, you just have to replace [eks-values.yaml](./eks-values.yaml) with [eks-nginx-values.yaml](./eks-nginx-values.yaml) that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https`
31+
In this tutorial, you will use [eks-nginx-values.yaml](./eks-nginx-values.yaml) or [eks-rds-nginx-values.yaml](./eks-rds-nginx-values.yaml) file that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https` for the installation.
3232

3333
To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.md#2-create-an-rds-database-10-min):
3434

@@ -37,7 +37,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.m
3737
- `<RDS_DATABASE_NAME>`: the initial database name defined when creating the RDS database
3838

3939
```bash
40-
helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-nginx-values.yaml
40+
helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-rds-nginx-values.yaml
4141
```
4242

4343
> **Note**
@@ -49,9 +49,10 @@ helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-nginx-v
4949
> - Get the [eks-nginx-values.yaml](./eks-nginx-values.yaml) file:
5050
>
5151
> ```bash
52-
> helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-nginx-values.yaml
52+
> helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-nginx-values.yaml
5353
> ```
5454
55+
5556
## Track ODM usage with the IBM License Service with NGINX Ingress Controller
5657
5758
Install the IBM License Service following a. section of [Track ODM usage with the IBM License Service](README.md#7-track-odm-usage-with-the-ibm-license-service) step of the documentation.

platform/eks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](#2-creat
212212
- `<RDS_DATABASE_NAME>` is the initial database name defined when creating the RDS database
213213

214214
```bash
215-
helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-values.yaml
215+
helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-rds-values.yaml
216216
```
217217

218218
> **Note**
@@ -222,7 +222,7 @@ helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-values.
222222
> - `<AWS-AccountId>` is your AWS Account Id
223223
>
224224
>```bash
225-
>helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-values.yaml
225+
>helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-values.yaml
226226
>```
227227
228228
> **Note**

0 commit comments

Comments
 (0)