Skip to content

Commit

Permalink
Release artifacts for release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed Jun 29, 2023
1 parent b830489 commit 731405b
Show file tree
Hide file tree
Showing 4 changed files with 5,338 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Run through them again for a second cluster to use with the extended example sho
```
1. Run either `kubectl` or `helm` to deploy the controller:
```bash
kubectl apply -f examples/deploy-v0.0.12.yaml
kubectl apply -f examples/deploy-v0.0.13.yaml
```
or
```bash
Expand All @@ -78,7 +78,7 @@ Run through them again for a second cluster to use with the extended example sho
# Run helm with either install or upgrade
helm install gateway-api-controller \
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
--version=v0.0.12 \
--version=v0.0.13 \
--set=serviceAccount.create=false --namespace aws-application-networking-system \
# Region, clusterVpcId, awsAccountId are required for case where IMDS is NOT AVAILABLE, e.g Fargate
--set=awsRegion= \
Expand Down
Loading

0 comments on commit 731405b

Please sign in to comment.