From f56003c1096ab24df23015e2a9aaa28e189c1bac Mon Sep 17 00:00:00 2001 From: Nick Nellis Date: Mon, 8 May 2023 14:57:08 -0500 Subject: [PATCH] updated to 2.3 --- workshops/gloo-gateway-day-2/README.md | 1 - workshops/gloo-mesh-day-2/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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