Skip to content

Commit

Permalink
docs(aws): Update AWS docs to keep consistency with Docker docs (#11284)
Browse files Browse the repository at this point in the history
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 26, 2024
1 parent 68fb97f commit 3366cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deploy/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ datahub-frontend:
enabled: true
image:
repository: acryldata/datahub-frontend-react
tag: "latest"
tag: "head"
ingress:
enabled: true
annotations:
Expand All @@ -154,6 +154,7 @@ datahub-frontend:
paths:
- /*
```
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
Expand Down

0 comments on commit 3366cdf

Please sign in to comment.