You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,7 +91,7 @@ With GCP, use "**<EXTERNAL-IP>.nip.io**" to deploy Activiti Helm chart. In
91
91
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.
92
92
93
93
```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
0 commit comments