Skip to content

Commit 937b498

Browse files
authored
Fix Incorrect Package Tags In 'AWS Quickstart Part 2' (#725)
Signed-off-by: Ivan Sim <[email protected]>
1 parent 1a91904 commit 937b498

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

content/master/getting-started/provider-aws-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kind: Provider
4444
metadata:
4545
name: provider-aws-s3
4646
spec:
47-
package: xpkg.upbound.io/upbound/provider-aws-s3:1.1.0
47+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0
4848
EOF
4949
```
5050

@@ -96,7 +96,7 @@ kind: Provider
9696
metadata:
9797
name: provider-aws-dynamodb
9898
spec:
99-
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0
99+
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.1.0
100100
EOF
101101
```
102102

@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106106
```shell {copy-lines="1"}
107107
kubectl get providers
108108
NAME INSTALLED HEALTHY PACKAGE AGE
109-
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0 3m55s
110-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.1.0 13m
111-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.1.0 13m
109+
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.1.0 3m55s
110+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0 13m
111+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v1.1.0 13m
112112
```
113113

114114
## Create a custom API

content/v1.15/getting-started/provider-aws-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kind: Provider
4444
metadata:
4545
name: provider-aws-s3
4646
spec:
47-
package: xpkg.upbound.io/upbound/provider-aws-s3:1.1.0
47+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0
4848
EOF
4949
```
5050

@@ -96,7 +96,7 @@ kind: Provider
9696
metadata:
9797
name: provider-aws-dynamodb
9898
spec:
99-
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0
99+
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.1.0
100100
EOF
101101
```
102102

@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106106
```shell {copy-lines="1"}
107107
kubectl get providers
108108
NAME INSTALLED HEALTHY PACKAGE AGE
109-
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0 3m55s
110-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.1.0 13m
111-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.1.0 13m
109+
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.1.0 3m55s
110+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0 13m
111+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v1.1.0 13m
112112
```
113113

114114
## Create a custom API

0 commit comments

Comments
 (0)