diff --git a/README.md b/README.md index 49d44741..f8ead130 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,21 @@ eksctl create iamserviceaccount \ --approve ``` -Step 4: deploy into cluster +Step 4: Deploy into cluster using generated deploy.yaml ``` kubectl apply -f deploy.yaml ``` +Step 4: Deploy using helm Chart + +``` +helm install(or upgrade) gateway-api-controller \ +oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\ + --version=v0.0.2 \ + --set=aws.region=us-west-2 --set=serviceAccount.create=false --namespace system +``` + You can find more details are in [Detail Notes](https://code.amazon.com/packages/MercuryK8SController/blobs/mainline/--/developer.md) and [end-to-end Smoke Test](https://quip-amazon.com/FaquAsssAitb/Testing-Manual-end-to-end-Smoke-Testing-for-Kubernetes-Controllers). diff --git a/helm/values.yaml b/helm/values.yaml index e42a739a..165e2a85 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller - tag: v0.0.1 + tag: v0.0.2 pullPolicy: IfNotPresent pullSecrets: []