Skip to content

Commit 731405b

Browse files
author
Zijun Wang
committed
Release artifacts for release v0.0.13
1 parent b830489 commit 731405b

File tree

4 files changed

+5338
-5
lines changed

4 files changed

+5338
-5
lines changed

docs/deploy.md

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

0 commit comments

Comments
 (0)