Skip to content

Commit

Permalink
updated to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnellis committed May 8, 2023
1 parent 416c647 commit f56003c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion workshops/gloo-gateway-day-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion workshops/gloo-mesh-day-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<licence_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
Expand Down

0 comments on commit f56003c

Please sign in to comment.