diff --git a/charts/hedgedoc/Chart.yaml b/charts/hedgedoc/Chart.yaml
index e490d13bdd137c47ef1a6c30be9cf661479740ef..fa1ad45a9c4c95d59a2642e3c08ef40b1c1ed7ab 100644
--- a/charts/hedgedoc/Chart.yaml
+++ b/charts/hedgedoc/Chart.yaml
@@ -11,7 +11,7 @@ keywords:
 sources:
     - https://github.com/hedgedoc/hedgedoc/tree/master
     - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/hedgedoc
-version: 0.1.4
+version: 0.1.5
 # renovate: image=quay.io/hedgedoc/hedgedoc
 appVersion: 1.9.7
 maintainers:
diff --git a/charts/hedgedoc/README.md b/charts/hedgedoc/README.md
index 64fe6fd092d990f20a6f3f9359cd785a4f289e40..c5b2892ecee8cb92d9a2a4912e311abbaf408231 100644
--- a/charts/hedgedoc/README.md
+++ b/charts/hedgedoc/README.md
@@ -1,6 +1,6 @@
 # hedgedoc
 
-![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.7](https://img.shields.io/badge/AppVersion-1.9.7-informational?style=flat-square)
+![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.7](https://img.shields.io/badge/AppVersion-1.9.7-informational?style=flat-square)
 
 A platform to write and share markdown.
 
diff --git a/charts/hedgedoc/templates/deployment.yaml b/charts/hedgedoc/templates/deployment.yaml
index 38343b1eed06569aa6b4f50cc71121b480a53855..1f8563663f893d4038e7a8d9473d9adecb8ccbd9 100644
--- a/charts/hedgedoc/templates/deployment.yaml
+++ b/charts/hedgedoc/templates/deployment.yaml
@@ -36,6 +36,8 @@ spec:
           envFrom:
             - configMapRef:
                 name: {{ include "hedgedoc.fullname" . }}
+            - secretRef:
+                name: {{ include "hedgedoc.fullname" . }}
           env:
             {{- if (or .Values.postgresql.enabled .Values.postgresql.auth.existingSecret) }}
             - name: "CMD_DB_PASSWORD"
diff --git a/charts/hedgedoc/tests/__snapshot__/98_snapshot_test.yaml.snap b/charts/hedgedoc/tests/__snapshot__/98_snapshot_test.yaml.snap
index 706e250f68e7632ba272beba82199f9a0057ea67..a73fca55567949b1a8cb1ad81edd4493c6c510c7 100644
--- a/charts/hedgedoc/tests/__snapshot__/98_snapshot_test.yaml.snap
+++ b/charts/hedgedoc/tests/__snapshot__/98_snapshot_test.yaml.snap
@@ -63,6 +63,8 @@ should match basic snapshot:
               envFrom:
                 - configMapRef:
                     name: RELEASE-NAME-hedgedoc
+                - secretRef:
+                    name: RELEASE-NAME-hedgedoc
               image: quay.io/hedgedoc/hedgedoc:4.5.6
               imagePullPolicy: IfNotPresent
               livenessProbe: