From b1535f2d12c982d6731169a9c351a7b6551f3fc2 Mon Sep 17 00:00:00 2001 From: Esther Kim Date: Mon, 9 May 2022 14:22:02 +0900 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c33f6..d37bab2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ ## Installation +### Helm +Please check [values.yaml](https://github.com/codebrick-corp/aws-dms-task-exporter/blob/main/install/charts/values.yaml) file and override values according to your demand. +```shell +# using helm v3 +helm install aws-dms-task-exporter install/charts +``` ### Docker ```shell @@ -15,7 +21,7 @@ docker run -d \ -p 8080:8080 \ -e AWS_ACCESS_KEY_ID='YOUR AWS KEY ID' \ -e AWS_SECRET_ACCESS_KEY='YOUR AWS SECRET ACCESS KEY' \ - ghcr.io/codebrick-corp/aws-dms-task-exporter:main + ghcr.io/codebrick-corp/aws-dms-task-exporter:1.1.0 ``` ### Local