-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from jbw976/bump-v0.1.3
Bump README version to v0.1.3
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ cp kubectl-crossplane /usr/local/bin | |
|
||
```console | ||
# Check the latest version available in https://cloud.upbound.io/registry/upbound/platform-ref-aws | ||
PLATFORM_VERSION=v0.1.2 | ||
PLATFORM_VERSION=v0.1.3 | ||
PLATFORM_CONFIG=registry.upbound.io/upbound/platform-ref-aws:${PLATFORM_VERSION} | ||
|
||
kubectl crossplane install configuration ${PLATFORM_CONFIG} | ||
|
@@ -241,7 +241,7 @@ Set these to match your settings: | |
UPBOUND_ORG=acme | ||
[email protected] | ||
REPO=platform-ref-aws | ||
VERSION_TAG=v0.1.0 | ||
VERSION_TAG=v0.1.3 | ||
REGISTRY=registry.upbound.io | ||
PLATFORM_CONFIG=${REGISTRY:+$REGISTRY/}${UPBOUND_ORG}/${REPO}:${VERSION_TAG} | ||
``` | ||
|