Skip to content

Commit

Permalink
release artifacts for release v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed Nov 10, 2023
1 parent 44378c4 commit b85ac4c
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -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
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: aws-gateway-controller-chart
description: A Helm chart for the Gateway Controller for AWS VPC Lattice
version: v0.0.17
appVersion: v0.0.17
version: v0.0.18
appVersion: v0.0.18
home: https://github.com/aws/aws-application-networking-k8s
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
tag: v0.0.17
tag: v0.0.18
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit b85ac4c

Please sign in to comment.