Skip to content

Commit 338465c

Browse files
committed
Force image version (as the doc will be merged to dedicated branches)
1 parent 4b27b7b commit 338465c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/gcloud/README.md

+2-2
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 -f gcp-values.yaml
252+
helm install <release> ibm-helm/ibm-odm-prod -set image.tag=9.0.0.1 -f gcp-values.yaml
253253
```
254254

255255
> [!NOTE]
@@ -304,7 +304,7 @@ A configuration that uses [BackendConfig](https://cloud.google.com/kubernetes-en
304304

305305
```shell
306306
kubectl annotate service <release>-odm-decisioncenter \
307-
cloud.google.com/backend-config='{"ports": {"9453":"dc-backendconfig"}}'
307+
cloud.google.com/backend-config='{"ports": {"9453":"dc-backendconfig"}}'
308308
```
309309

310310
As soon as GKE manages Decision Center session affinity at the load balancer level, you can check the ClientIP availability below the Decision Center Network Endpoint Group configuration from the Google Cloud Console in the Load Balancer details.

0 commit comments

Comments
 (0)