Skip to content

Commit cde7763

Browse files
authored
corrected the verion of gateway api controller (#662)
1 parent 15d0899 commit cde7763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5 \
45+
--version=v1.0.6 \
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.5 \
224+
--version=v1.0.6 \
225225
--reuse-values \
226226
--namespace aws-application-networking-system \
227227
--set=defaultServiceNetwork=my-hotel

0 commit comments

Comments
 (0)