Skip to content

Commit b85ac4c

Browse files
author
Zijun Wang
committed
release artifacts for release v0.0.18
1 parent 44378c4 commit b85ac4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Run through them again for a second cluster to use with the extended example sho
7777
```
7878
8. Run either `kubectl` or `helm` to deploy the controller:
7979
```bash
80-
kubectl apply -f examples/deploy-v0.0.17.yaml
80+
kubectl apply -f examples/deploy-v0.0.18.yaml
8181
```
8282
or
8383
```bash
@@ -86,7 +86,7 @@ Run through them again for a second cluster to use with the extended example sho
8686
# Run helm with either install or upgrade
8787
helm install gateway-api-controller \
8888
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
89-
--version=v0.0.17 \
89+
--version=v0.0.18 \
9090
--set=serviceAccount.create=false --namespace aws-application-networking-system \
9191
# awsRegion, clusterVpcId, clusterName, awsAccountId are required for case where IMDS is NOT AVAILABLE, e.g Fargate, self-managed clusters with IMDS access blocked
9292
--set=awsRegion= \

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: aws-gateway-controller-chart
33
description: A Helm chart for the Gateway Controller for AWS VPC Lattice
4-
version: v0.0.17
5-
appVersion: v0.0.17
4+
version: v0.0.18
5+
appVersion: v0.0.18
66
home: https://github.com/aws/aws-application-networking-k8s
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
7-
tag: v0.0.17
7+
tag: v0.0.18
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)