diff --git a/.docs/deployment-helm.md b/.docs/deployment-helm.md
index eb4c146606610c3fa75e281505a54afac14c2008..d87f53e453ead005f8fce802de66c15c98502f0e 100644
--- a/.docs/deployment-helm.md
+++ b/.docs/deployment-helm.md
@@ -4,19 +4,21 @@ author: Martin Weise
 
 ## TL;DR
 
-To install DBRepo in your existing cluster, download the sample [`values.yaml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-deployment/-/raw/dev/charts/dbrepo-core/values.yaml?inline=false)
+To install DBRepo in your existing cluster, download the sample [`values.yaml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-deployment/-/raw/master/charts/dbrepo-core/values.yaml?inline=false)
 for your deployment and update the variables, especially `hostname`.
 
 ```shell
 helm upgrade --install dbrepo \
   -n dbrepo \
-  "oci://dbrepo.azurecr.io/helm/dbrepo-core" \
+  "oci://s210.dl.hpc.tuwien.ac.at/dbrepo/helm/dbrepo-core" \
   --values ./values.yaml \
-  --version "0.1.4" \
+  --version "1.4.0" \
   --create-namespace \
   --cleanup-on-fail
 ```
 
+This chart is also on [Artifact Hub](https://artifacthub.io/packages/helm/dbrepo/dbrepo-core).
+
 ## Dependencies
 
 Our chart depends on seven other charts which will be automatically resolved when installing our `dbrepo-core` chart:
diff --git a/README.md b/README.md
index 98b4d3798f9b280bdb6d9d9191751f98b1845d9b..92d200dc1520c6007edfff1bb4e8af75f230c654 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 [![coverage report](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/badges/master/coverage.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
 [![license](.gitlab/license.svg)](https://opensource.org/licenses/Apache-2.0)
 [![release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/badges/release.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags)
+[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/dbrepo)](https://artifacthub.io/packages/helm/dbrepo/dbrepo-core)
 
 ![DBRepo — Repository for Data in Databases](./.gitlab/logo.png)
 
@@ -14,10 +15,6 @@ with:
 curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/install.sh | bash
 ```
 
-## Run
-
-tbd
-
 ## Documentation
 
 Find a system description, component documentation and endpoint documentation