Skip to content

Commit 3df22c3

Browse files
authored
update readme for v.0.0.5 controller image (#156)
1 parent fbb58d2 commit 3df22c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Run through them again for a second cluster to use with the extended example sho
6666
```
6767
1. Run either `kubectl` or `helm` to deploy the controller:
6868
```bash
69-
kubectl apply -f examples/deploy-v0.0.4.yaml
69+
kubectl apply -f examples/deploy-v0.0.5.yaml
7070
```
7171
or
7272
```bash
@@ -75,7 +75,7 @@ Run through them again for a second cluster to use with the extended example sho
7575
# Run helm with either install or upgrade
7676
helm install gateway-api-controller \
7777
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
78-
--version=v0.0.3 \
78+
--version=v0.0.5 \
7979
--set=aws.region=$AWS_REGION --set=serviceAccount.create=false --namespace system
8080
```
8181
1. Create the `amazon-vpc-lattice` GatewayClass:

0 commit comments

Comments
 (0)