Skip to content

Commit

Permalink
Release v0.0.18 Artifact (#499)
Browse files Browse the repository at this point in the history
* release artifacts for release v0.0.18

* release artifacts for release v0.0.18

* Release v0.0.18

---------

Co-authored-by: Zijun Wang <[email protected]>
  • Loading branch information
zijun726911 and Zijun Wang authored Nov 14, 2023
1 parent 931f2a8 commit 7f9b897
Show file tree
Hide file tree
Showing 5 changed files with 3,102 additions and 587 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ configMapGenerator:
images:
- name: controller
newName: public.ecr.aws/m7r9p7b3/aws-gateway-controller
newTag: v0.0.12
newTag: v0.0.18
4 changes: 2 additions & 2 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Run through them again for a second cluster to use with the extended example sho
```
8. Run either `kubectl` or `helm` to deploy the controller:
```bash
kubectl apply -f examples/deploy-v0.0.17.yaml
kubectl apply -f examples/deploy-v0.0.18.yaml
```
or
```bash
Expand All @@ -86,7 +86,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.17 \
--version=v0.0.18 \
--set=serviceAccount.create=false --namespace aws-application-networking-system \
# awsRegion, clusterVpcId, clusterName, awsAccountId are required for case where IMDS is NOT AVAILABLE, e.g Fargate, self-managed clusters with IMDS access blocked
--set=awsRegion= \
Expand Down
Loading

0 comments on commit 7f9b897

Please sign in to comment.