diff --git a/workshops/gloo-gateway-day-2/README.md b/workshops/gloo-gateway-day-2/README.md index 1731a46..b516d02 100644 --- a/workshops/gloo-gateway-day-2/README.md +++ b/workshops/gloo-gateway-day-2/README.md @@ -90,7 +90,6 @@ helm upgrade --install gloo-platform-crds gloo-platform/gloo-platform-crds \ helm install gloo-platform gloo-platform/gloo-platform \ --version=$GLOO_PLATFORM_VERSION \ - --devel \ --namespace=gloo-mesh \ --set licensing.glooMeshLicenseKey=$GLOO_PLATFORM_LICENSE_KEY \ --set licensing.glooTrialLicenseKey=$GLOO_PLATFORM_LICENSE_KEY \ diff --git a/workshops/gloo-mesh-day-2/README.md b/workshops/gloo-mesh-day-2/README.md index 56db3f6..b2e93bd 100644 --- a/workshops/gloo-mesh-day-2/README.md +++ b/workshops/gloo-mesh-day-2/README.md @@ -45,7 +45,7 @@ Set these environment variables which will be used throughout the workshop. ```sh # Used to enable Gloo (please ask for a trial license key) export GLOO_PLATFORM_LICENSE_KEY= -export GLOO_PLATFORM_VERSION=v2.3.0-rc1 +export GLOO_PLATFORM_VERSION=v2.3.1 export ISTIO_IMAGE_REPO=us-docker.pkg.dev/gloo-mesh/istio-workshops export ISTIO_IMAGE_TAG=1.16.3-solo export ISTIO_VERSION=1.16.3