@@ -43,7 +43,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR
4343 aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
4444 helm upgrade gateway-api-controller \
4545 oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
46- --version=v1.1.3 \
46+ --version=v1.1.4 \
4747 --reuse-values \
4848 --namespace aws-application-networking-system \
4949 --set=defaultServiceNetwork=my-hotel
@@ -222,7 +222,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in
222222 aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
223223 helm upgrade gateway-api-controller \
224224 oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
225- --version=v1.1.3 \
225+ --version=v1.1.4 \
226226 --reuse-values \
227227 --namespace aws-application-networking-system \
228228 --set=defaultServiceNetwork=my-hotel
@@ -460,9 +460,9 @@ aws vpc-lattice delete-service-network-vpc-association --service-network-vpc-as
460460 === " Kubectl"
461461 ` ` ` bash
462462 kubectl config use-context gw-api-controller-demo
463- kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.3 .yaml
463+ kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.4 .yaml
464464 kubectl config use-context gw-api-controller-demo-2
465- kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.3 .yaml
465+ kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.4 .yaml
466466 ` ` `
467467
4684681. Delete the service network:
0 commit comments