Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a notice
  • Loading branch information
Dexter Lee committed Jul 8, 2021
commit 4398fd86e8927d7c129231ac8d129bf9745cdca6
14 changes: 14 additions & 0 deletions datahub-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DataHub Helm Charts
==============================================================================

> **Notice**: As of July 2021, we have migrated the helm charts to a separate [repo](https://github.com/acryldata/datahub-helm)
> to allow automatic releases and better control over the discoverability of the charts.
>
> We have also published the helm charts to `https://helm.datahubproject.io`. You can deploy without referring to the codebase by running the following commands.
>
> ```
> helm repo add datahub https://helm.datahubproject.io
> helm install datahub datahub/datahub
>```
>
> Please contribute any changes to the new repo.