Skip to content

Commit

Permalink
Release artifacts for v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Doyoon Kim committed Jul 5, 2023
1 parent 53a0370 commit 26a58b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5,339 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.13.yaml
kubectl apply -f examples/deploy-v0.0.14.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.13 \
--version=v0.0.14 \
--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
Original file line number Diff line number Diff line change
Expand Up @@ -5304,7 +5304,7 @@ spec:
- --leader-elect
command:
- /manager
image: public.ecr.aws/m7r9p7b3/aws-gateway-controller:v0.0.10
image: public.ecr.aws/m7r9p7b3/aws-gateway-controller:v0.0.14
livenessProbe:
httpGet:
path: /healthz
Expand Down
Loading

0 comments on commit 26a58b7

Please sign in to comment.