From ebb380fba9e1dc32511426f6b0dc20b8644bef8c Mon Sep 17 00:00:00 2001 From: Dalorion Johnson Date: Tue, 12 Apr 2022 14:32:08 -0500 Subject: [PATCH] bumped platform ref versions in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecb6088..5dda961 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ cp kubectl-crossplane /usr/local/bin #### Install the Platform Configuration ```console -PLATFORM_VERSION=v0.0.5 +PLATFORM_VERSION=v0.0.7 PLATFORM_CONFIG=registry.upbound.io/upbound/platform-ref-gcp:${PLATFORM_VERSION} kubectl crossplane install configuration ${PLATFORM_CONFIG} @@ -203,7 +203,7 @@ Set these to match your settings: UPBOUND_ORG=acme UPBOUND_ACCOUNT_EMAIL=me@acme.io REPO=platform-ref-gcp -VERSION_TAG=v0.0.5 +VERSION_TAG=v0.0.7 REGISTRY=registry.upbound.io PLATFORM_CONFIG=${REGISTRY:+$REGISTRY/}${UPBOUND_ORG}/${REPO}:${VERSION_TAG} ```