File tree Expand file tree Collapse file tree 6 files changed +1028
-15
lines changed
files/controller-installation Expand file tree Collapse file tree 6 files changed +1028
-15
lines changed Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ This project is licensed under the Apache-2.0 License.
5555[ getting-started ] : https://www.gateway-api-controller.eks.aws.dev/guides/getstarted/
5656[ spec ] : https://www.gateway-api-controller.eks.aws.dev/api-reference/
5757[ concepts ] : https://www.gateway-api-controller.eks.aws.dev/concepts/
58- [ gh_release ] : https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.0.6
58+ [ gh_release ] : https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.0.7
5959[ godoc ] : https://www.gateway-api-controller.eks.aws.dev/
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ configMapGenerator:
1313images :
1414- name : controller
1515 newName : public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
16- newTag : v1.0.6
16+ newTag : v1.0.7
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ You can choose from [Pod Identities](https://docs.aws.amazon.com/eks/latest/user
181181 # Run helm with either install or upgrade
182182 helm install gateway-api-controller \
183183 oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
184- --version=v1.0.6 \
184+ --version=v1.0.7 \
185185 --set=serviceAccount.create=false \
186186 --namespace aws-application-networking-system \
187187 --set=log.level=info # use "debug" for debug level logs
@@ -190,7 +190,7 @@ You can choose from [Pod Identities](https://docs.aws.amazon.com/eks/latest/user
190190 === "Kubectl"
191191
192192 ```bash
193- kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.6 .yaml
193+ kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.7 .yaml
194194 ```
195195
196196
You can’t perform that action at this time.
0 commit comments