From fa8663272522fa1f84a89ebf0eb97e2c15e850e4 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 1 Sep 2024 12:09:49 -0400 Subject: [PATCH 1/2] docs: Updating deploy docs for AWS to keep consistency with docker tutorial --- docs/deploy/aws.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deploy/aws.md b/docs/deploy/aws.md index 67dd9a734e67f5..c751532027c04c 100644 --- a/docs/deploy/aws.md +++ b/docs/deploy/aws.md @@ -138,7 +138,7 @@ datahub-frontend: enabled: true image: repository: acryldata/datahub-frontend-react - tag: "latest" + tag: "head" ingress: enabled: true annotations: @@ -154,6 +154,7 @@ datahub-frontend: paths: - /* ``` +Do not use latest or debug tags for any of the image as those are not supported and present only due to legacy reasons. Please use head or tags specific for versions like v0.8.40. For production we recommend using version specific tags not head. You need to request a certificate in the AWS Certificate Manager by following this [guide](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html), and replace certificate-arn with From 47ba32f8fc82d88baa2fc73b45cfe3eb83e20989 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Wed, 25 Sep 2024 16:55:35 -0700 Subject: [PATCH 2/2] Update docs/deploy/aws.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/deploy/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/aws.md b/docs/deploy/aws.md index c751532027c04c..49b0ea1d69ae19 100644 --- a/docs/deploy/aws.md +++ b/docs/deploy/aws.md @@ -154,7 +154,7 @@ datahub-frontend: paths: - /* ``` -Do not use latest or debug tags for any of the image as those are not supported and present only due to legacy reasons. Please use head or tags specific for versions like v0.8.40. For production we recommend using version specific tags not head. +Do not use the 'latest' or 'debug' tags for any of the images, as those are not supported and are present only due to legacy reasons. Please use 'head' or version-specific tags, like v0.8.40. For production, we recommend using version-specific tags, not 'head'. You need to request a certificate in the AWS Certificate Manager by following this [guide](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html), and replace certificate-arn with