Skip to content

Commit bb431af

Browse files
committed
Updated version and ingressClass
1 parent 10edb26 commit bb431af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platform/gcloud/README.md

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

251251
```shell
252-
helm install <release> ibm-helm/ibm-odm-prod --set image.tag=9.0.0.1 -f gcp-values.yaml
252+
helm install <release> ibm-helm/ibm-odm-prod --version 24.1.0 -f gcp-values.yaml
253253
```
254254

255255
> [!NOTE]

platform/gcloud/README_NGINX.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The secured HTTPS communication is managed by the NGINX ingress controller. So,
3232
Replace the placeholders in the [gcp-values.yaml](./gcp-values.yaml) file and install the chart:
3333

3434
```shell
35-
helm install mycompany ibm-helm/ibm-odm-prod --version 24.0.0 \
35+
helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 \
3636
-f gcp-values.yaml \
37-
--set service.ingress.annotations={"kubernetes.io/ingress.class: nginx"}
37+
--set service.ingress.class=nginx
3838
```
3939

4040
> **Note**

0 commit comments

Comments
 (0)