Skip to content

Commit 26a58b7

Browse files
author
Doyoon Kim
committed
Release artifacts for v0.0.14
1 parent 53a0370 commit 26a58b7

File tree

5 files changed

+6
-5339
lines changed

5 files changed

+6
-5339
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.13.yaml
72+
kubectl apply -f examples/deploy-v0.0.14.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.13 \
81+
--version=v0.0.14 \
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= \

examples/deploy-v0.0.10.yaml renamed to examples/deploy-v0.0.14.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5304,7 +5304,7 @@ spec:
53045304
- --leader-elect
53055305
command:
53065306
- /manager
5307-
image: public.ecr.aws/m7r9p7b3/aws-gateway-controller:v0.0.10
5307+
image: public.ecr.aws/m7r9p7b3/aws-gateway-controller:v0.0.14
53085308
livenessProbe:
53095309
httpGet:
53105310
path: /healthz

0 commit comments

Comments
 (0)