diff --git a/docs/guides/getstarted.md b/docs/guides/getstarted.md index 73f06e7f..f303a7c2 100644 --- a/docs/guides/getstarted.md +++ b/docs/guides/getstarted.md @@ -42,7 +42,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws helm upgrade gateway-api-controller \ oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \ - --version=v1.0.5 \ + --version=v1.0.6 \ --reuse-values \ --namespace aws-application-networking-system \ --set=defaultServiceNetwork=my-hotel @@ -221,7 +221,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws helm upgrade gateway-api-controller \ oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \ - --version=v1.0.5 \ + --version=v1.0.6 \ --reuse-values \ --namespace aws-application-networking-system \ --set=defaultServiceNetwork=my-hotel