Skip to content

Commit 824fbf0

Browse files
author
Zijun Wang
committed
change version to v0.0.10
1 parent c6d890e commit 824fbf0

File tree

2 files changed

+5335
-2
lines changed

2 files changed

+5335
-2
lines changed

docs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Run through them again for a second cluster to use with the extended example sho
6969
```
7070
1. Run either `kubectl` or `helm` to deploy the controller:
7171
```bash
72-
kubectl apply -f examples/deploy-v0.0.9.yaml
72+
kubectl apply -f examples/deploy-v0.0.10.yaml
7373
```
7474
or
7575
```bash
@@ -78,7 +78,7 @@ Run through them again for a second cluster to use with the extended example sho
7878
# Run helm with either install or upgrade
7979
helm install gateway-api-controller \
8080
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
81-
--version=v0.0.9 \
81+
--version=v0.0.10 \
8282
--set=aws.region=$AWS_REGION --set=serviceAccount.create=false --namespace aws-application-networking-system
8383
```
8484
1. Create the `amazon-vpc-lattice` GatewayClass:

0 commit comments

Comments
 (0)