diff --git a/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md b/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md index f7cd2e1a..64a31561 100644 --- a/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md +++ b/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md @@ -98,6 +98,7 @@ You can then deploy your Galasa tests to a Maven repository and set up a test st To upgrade the Galasa Ecosystem to use a newer version of Galasa, for example version 0.29.0, run the following command: + On Mac or Unix: ``` diff --git a/src/markdown-pages/docs/ecosystem/ecosystem-installing.md b/src/markdown-pages/docs/ecosystem/ecosystem-installing.md index a65736c4..73681dcb 100644 --- a/src/markdown-pages/docs/ecosystem/ecosystem-installing.md +++ b/src/markdown-pages/docs/ecosystem/ecosystem-installing.md @@ -50,10 +50,10 @@ The ecosystem needs to know the hostname or IP address of the VM on which the Do ``` hostname: 192.168.1.87 galasaRegistry: icr.io/galasadev -version: 0.28.0 +version: 0.29.0 engineController: - controllerVersion: 0.28.0 - engineVersion: 0.28.0 + controllerVersion: 0.29.0 + engineVersion: 0.29.0 simplatform: version: 0.15.0 ```