Added missing resources key, and rev'd version to 4.4.4 (#129)

diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml
index 7818518..f5e44cf 100644
--- a/couchdb/Chart.yaml
+++ b/couchdb/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v1
 name: couchdb
-version: 4.4.3
+version: 4.4.4
 appVersion: 3.3.2
 description: A database featuring seamless multi-master sync, that scales from
   big data to mobile, with an intuitive HTTP/JSON API and designed for
diff --git a/couchdb/templates/statefulset.yaml b/couchdb/templates/statefulset.yaml
index cfc0105..9104879 100644
--- a/couchdb/templates/statefulset.yaml
+++ b/couchdb/templates/statefulset.yaml
@@ -48,6 +48,8 @@
             mountPath: /tmp/
           - name: config-storage
             mountPath: /default.d
+          resources:
+{{ toYaml .Values.initResources | indent 12 }}
 {{- if .Values.adminHash }}
         - name: admin-hash-copy
           image: "{{ .Values.initImage.repository }}:{{ .Values.initImage.tag }}"