Skip to content

Commit 3bff61b

Browse files
authored
Update README.md
1 parent 00cfe41 commit 3bff61b

File tree

1 file changed

+2
-2
lines changed
  • getting-started/getting-started-activiti-cloud

1 file changed

+2
-2
lines changed

getting-started/getting-started-activiti-cloud/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In the next section, we show you how to create a Kubernetes cluster using Amazon
6161
The first step is to register the Activiti Cloud HELM charts into HELM running the following commands:
6262

6363
```bash
64-
helm repo add activiti-cloud-charts https://activiti.github.io/activiti-cloud-charts/
64+
helm repo add activiti-cloud--helm charts https://activiti.github.io/activiti-cloud-helm-charts/
6565
```
6666

6767
```bash
@@ -91,7 +91,7 @@ With GCP, use "**<EXTERNAL-IP>.nip.io**" to deploy Activiti Helm chart. In
9191
Once you have resolved you domain name, install Helm chart by running the Helm install command using your public domain name to set the `global.gateway.domain` key. In our case replace the string “**REPLACEME**” with the domain from previous step.
9292

9393
```bash
94-
helm install --name example activiti-cloud-charts/activiti-cloud-full-example --set global.gateway.domain=REPLACEME
94+
helm install --name example activiti-cloud-charts/activiti-cloud-full-example --version 7.1.0-M2 --set global.gateway.domain=REPLACEME
9595
```
9696

9797
In our case for AWS, we use:

0 commit comments

Comments
 (0)