diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 53de006..6411efa 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -56,8 +56,6 @@ jobs:
 
       - name: Run chart-releaser
         uses: helm/chart-releaser-action@v1.4.1
-        with:
-          pages_branch: "main"
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
           CR_SKIP_EXISTING: "true"
diff --git a/README.md b/README.md
index e9c4990..af34065 100644
--- a/README.md
+++ b/README.md
@@ -2,29 +2,7 @@
 
 This repository contains the backend code for the DIM Middle Layer written in C#.
 
-## Installation
-
-To install the chart with the release name `dim`:
-
-```shell
-$ helm repo add dim-repo https://github.com/Phil91/dim-client
-$ helm install dim dim-repo/dim
-```
-
-To install the helm chart into your cluster with your values:
-
-```shell
-$ helm install -f your-values.yaml dim dim-repo/dim
-```
-
-To use the helm chart as a dependency:
-
-```yaml
-dependencies:
-  - name: dim
-    repository: https://github.com/Phil91/dim-client
-    version: 0.0.1
-```
+For **installation** details and further information, please refer to the chart specific [README](./charts/dim/README.md).
 
 ## How to build and run