Skip to content

Commit

Permalink
change version to v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed Apr 18, 2023
1 parent c6d890e commit 824fbf0
Show file tree
Hide file tree
Showing 2 changed files with 5,335 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Run through them again for a second cluster to use with the extended example sho
```
1. Run either `kubectl` or `helm` to deploy the controller:
```bash
kubectl apply -f examples/deploy-v0.0.9.yaml
kubectl apply -f examples/deploy-v0.0.10.yaml
```
or
```bash
Expand All @@ -78,7 +78,7 @@ Run through them again for a second cluster to use with the extended example sho
# Run helm with either install or upgrade
helm install gateway-api-controller \
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
--version=v0.0.9 \
--version=v0.0.10 \
--set=aws.region=$AWS_REGION --set=serviceAccount.create=false --namespace aws-application-networking-system
```
1. Create the `amazon-vpc-lattice` GatewayClass:
Expand Down
Loading

0 comments on commit 824fbf0

Please sign in to comment.