@@ -42,7 +42,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR
4242 aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
4343 helm upgrade gateway-api-controller \
4444 oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
45- --version=v1.0.6 \
45+ --version=v1.1.0 \
4646 --reuse-values \
4747 --namespace aws-application-networking-system \
4848 --set=defaultServiceNetwork=my-hotel
@@ -221,7 +221,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in
221221 aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
222222 helm upgrade gateway-api-controller \
223223 oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
224- --version=v1.0.6 \
224+ --version=v1.1.0 \
225225 --reuse-values \
226226 --namespace aws-application-networking-system \
227227 --set=defaultServiceNetwork=my-hotel
@@ -401,9 +401,9 @@ aws vpc-lattice delete-service-network-vpc-association --service-network-vpc-as
401401 === " Kubectl"
402402 ` ` ` bash
403403 kubectl config use-context gw-api-controller-demo
404- kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.4 .yaml
404+ kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.0 .yaml
405405 kubectl config use-context gw-api-controller-demo-2
406- kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.4 .yaml
406+ kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.0 .yaml
407407 ` ` `
408408
4094091. Delete the service network:
0 commit comments