diff --git a/quiver-mongoapi-helm/Chart.yaml b/quiver-mongoapi-helm/Chart.yaml
index e5025f86ec801658aab7a4434d3985b3a389ed9c..7170e4f7e624965c86c1120e9326911e83740260 100644
--- a/quiver-mongoapi-helm/Chart.yaml
+++ b/quiver-mongoapi-helm/Chart.yaml
@@ -15,7 +15,7 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.3.1
+version: 0.3.2
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/quiver-mongoapi-helm/values.yaml b/quiver-mongoapi-helm/values.yaml
index f53edbbe835ad0383de0d76cddff91ace4bf93dd..84d58b38589523faabee52de4d1d9295988ef631 100644
--- a/quiver-mongoapi-helm/values.yaml
+++ b/quiver-mongoapi-helm/values.yaml
@@ -10,16 +10,16 @@ image:
   # Overrides the image tag whose default is the chart appVersion.
   tag: "main"
 
-podAnnotations: {}
-#  vault.hashicorp.com/agent-inject: "true"
-#  vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb
-#  vault.hashicorp.com/agent-inject-template-credentials.txt: |
-#          {{- with secret "subugoe/ocrd-quiver/mongodb" -}}
-#          {{ .Data.data.users }}
-#          {{ .Data.data.usersPasswords }}
-#          {{- end -}}
-#  vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver
-#  vault.hashicorp.com/role: subugoe
+podAnnotations:
+  vault.hashicorp.com/agent-inject: "true"
+  vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb
+  vault.hashicorp.com/agent-inject-template-credentials.txt: |
+          {{- with secret "subugoe/ocrd-quiver/mongodb" -}}
+          {{ .Data.data.users }}
+          {{ .Data.data.usersPasswords }}
+          {{- end -}}
+  vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver
+  vault.hashicorp.com/role: subugoe
 
 
 imagePullSecrets: []