Skip to content

Commit afbffcf

Browse files
author
Zijun Wang
committed
Release artifacts for v0.0.16
1 parent c04bcfe commit afbffcf

File tree

4 files changed

+1861
-51
lines changed

4 files changed

+1861
-51
lines changed

docs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Run through them again for a second cluster to use with the extended example sho
7070
```
7171
1. Run either `kubectl` or `helm` to deploy the controller:
7272
```bash
73-
kubectl apply -f examples/deploy-v0.0.15.yaml
73+
kubectl apply -f examples/deploy-v0.0.16.yaml
7474
```
7575
or
7676
```bash
@@ -79,7 +79,7 @@ Run through them again for a second cluster to use with the extended example sho
7979
# Run helm with either install or upgrade
8080
helm install gateway-api-controller \
8181
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
82-
--version=v0.0.15 \
82+
--version=v0.0.16 \
8383
--set=serviceAccount.create=false --namespace aws-application-networking-system \
8484
# Region, clusterVpcId, awsAccountId are required for case where IMDS is NOT AVAILABLE, e.g Fargate
8585
--set=awsRegion= \

0 commit comments

Comments
 (0)