Skip to content

Commit

Permalink
Release artifacts for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Doyoon Kim committed Nov 22, 2023
1 parent 29b922b commit 46fdf14
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ This project is licensed under the Apache-2.0 License.
[getting-started]: https://www.gateway-api-controller.eks.aws.dev/guides/getstarted/
[spec]: https://www.gateway-api-controller.eks.aws.dev/api-reference/
[concepts]: https://www.gateway-api-controller.eks.aws.dev/concepts/
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.0.0
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.0.1
[godoc]: https://www.gateway-api-controller.eks.aws.dev/
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: v1.0.0
newTag: v1.0.1
4 changes: 2 additions & 2 deletions docs/guides/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Alternatively, you can manually provide configuration variables when installing

1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../guides/environment.md) for detailed explanation of each configuration option.
```bash
kubectl apply -f examples/deploy-v1.0.0.yaml
kubectl apply -f examples/deploy-v1.0.1.yaml
```
or
```bash
Expand All @@ -143,7 +143,7 @@ Alternatively, you can manually provide configuration variables when installing
# 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=v1.0.0 \
--version=v1.0.1 \
--set=serviceAccount.create=false --namespace aws-application-networking-system \
# awsRegion, clusterVpcId, awsAccountId are required for case IMDS is not available.
--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: v1.0.0
appVersion: v1.0.0
version: v1.0.1
appVersion: v1.0.1
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
4 changes: 2 additions & 2 deletions 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: v1.0.0
tag: v1.0.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -77,4 +77,4 @@ clusterVpcId:
clusterName:
defaultServiceNetwork:
latticeEndpoint:
logLevel:
logLevel:

0 comments on commit 46fdf14

Please sign in to comment.