Change imagepullpolicy to Always (#29)

diff --git a/Fineract-CN-Helm/fineract-cn/Chart.yaml b/Fineract-CN-Helm/fineract-cn/Chart.yaml
index 6f5d66e..a84b09f 100644
--- a/Fineract-CN-Helm/fineract-cn/Chart.yaml
+++ b/Fineract-CN-Helm/fineract-cn/Chart.yaml
@@ -5,6 +5,6 @@
 version: 1.0.0-SNAPSHOT
 dependencies:
 - name: postgresql
-  version: 9.5
+  version: 11.9.5
   repository: "https://charts.bitnami.com/bitnami"
   alias: postgres
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/charts/postgresql-9.5.0.tgz b/Fineract-CN-Helm/fineract-cn/charts/postgresql-9.5.0.tgz
deleted file mode 100644
index 325f0e6..0000000
--- a/Fineract-CN-Helm/fineract-cn/charts/postgresql-9.5.0.tgz
+++ /dev/null
Binary files differ
diff --git a/Fineract-CN-Helm/fineract-cn/requirements.lock b/Fineract-CN-Helm/fineract-cn/requirements.lock
index ad69131..eb4c5ac 100644
--- a/Fineract-CN-Helm/fineract-cn/requirements.lock
+++ b/Fineract-CN-Helm/fineract-cn/requirements.lock
@@ -1,6 +1,6 @@
 dependencies:
 - name: postgresql
   repository: https://charts.bitnami.com/bitnami
-  version: 9.5.0
-digest: sha256:08c7f73b05c9b67ba47786a630ff8c2bae0cc07e752938e186f81417e62e67d8
-generated: "2022-04-19T02:45:02.064569341+05:30"
+  version: 11.9.5
+digest: sha256:7de4a9159b954f04043a1022404550fb9d51c6184dee8b3e2c436b1672893b42
+generated: "2022-11-23T21:13:35.540823+05:30"
diff --git a/Fineract-CN-Helm/fineract-cn/templates/accounting.yml b/Fineract-CN-Helm/fineract-cn/templates/accounting.yml
index ea30347..4d587b5 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/accounting.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/accounting.yml
@@ -36,7 +36,7 @@
       containers:
       - name: fineract-cn-accounting
         image: {{ .Values.accounting.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2025
+          - containerPort: 2025
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/activemq.yml b/Fineract-CN-Helm/fineract-cn/templates/activemq.yml
index 822a84c..d5070e5 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/activemq.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/activemq.yml
@@ -40,7 +40,7 @@
     spec:
       containers:
         - image: {{ .Values.activemq.image }}
-          imagePullPolicy: IfNotPresent
+          imagePullPolicy: Always
           name: activemq
           ports:
             - containerPort: 61616
@@ -57,5 +57,4 @@
             initialDelaySeconds: 45
             timeoutSeconds: 10
             periodSeconds: 60
-            failureThreshold: 3
-
+            failureThreshold: 3
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/cassandra.yml b/Fineract-CN-Helm/fineract-cn/templates/cassandra.yml
index 3a93305..324a607 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/cassandra.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/cassandra.yml
@@ -25,7 +25,9 @@
     - ReadWriteOnce
   resources:
     requests:
-      storage: 10Gi
+      storage: 2Gi
+    limits:
+      cpu: "500m"
   # volumeName: cassandra-pv
 
 ---
@@ -67,7 +69,7 @@
     spec:
       containers:
         - image: {{ .Values.cassandra.image }}
-          imagePullPolicy: IfNotPresent
+          imagePullPolicy: Always
           name: cassandra
           ports:
             - containerPort: 9042
@@ -87,4 +89,4 @@
       volumes:
         - name: cassandra-storage
           persistentVolumeClaim:
-            claimName: cassandra-pvc
+            claimName: cassandra-pvc
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/customer.yml b/Fineract-CN-Helm/fineract-cn/templates/customer.yml
index db1a676..8a8f9c6 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/customer.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/customer.yml
@@ -36,7 +36,7 @@
       containers:
       - name: customer-ms
         image: {{ .Values.customer.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2024
+          - containerPort: 2024
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/deposit.yml b/Fineract-CN-Helm/fineract-cn/templates/deposit.yml
index 39631cf..86a2159 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/deposit.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/deposit.yml
@@ -36,7 +36,7 @@
       containers:
       - name: deposit-ms
         image: {{ .Values.deposit.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2027
+          - containerPort: 2027
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/group.yml b/Fineract-CN-Helm/fineract-cn/templates/group.yml
index f2dd4ec..1bf2196 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/group.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/group.yml
@@ -36,7 +36,7 @@
       containers:
       - name: group-ms
         image: {{ .Values.group.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2032
+          - containerPort: 2032
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/identity.yml b/Fineract-CN-Helm/fineract-cn/templates/identity.yml
index 7915713..a65ec58 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/identity.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/identity.yml
@@ -36,7 +36,7 @@
       containers:
       - name: identity-ms
         image: {{ .Values.identity.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -77,4 +77,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2021
+          - containerPort: 2021
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/ingress.yml b/Fineract-CN-Helm/fineract-cn/templates/ingress.yml
index 92d29e9..12d6aab 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/ingress.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/ingress.yml
@@ -109,5 +109,4 @@
           service:
             name: notifications-service
             port:
-              number: 2033
-
+              number: 2033
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/notifications.yml b/Fineract-CN-Helm/fineract-cn/templates/notifications.yml
index 52b6f26..9b75223 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/notifications.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/notifications.yml
@@ -36,7 +36,7 @@
       containers:
       - name: notifications-ms
         image: {{ .Values.notifications.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2033
+          - containerPort: 2033
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/office.yml b/Fineract-CN-Helm/fineract-cn/templates/office.yml
index 29fd46e..f002c60 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/office.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/office.yml
@@ -36,7 +36,7 @@
       containers:
       - name: office-ms
         image: {{ .Values.office.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2023
+          - containerPort: 2023
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/payroll.yml b/Fineract-CN-Helm/fineract-cn/templates/payroll.yml
index 6710418..0fb592f 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/payroll.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/payroll.yml
@@ -36,7 +36,7 @@
       containers:
       - name: payroll-ms
         image: {{ .Values.payroll.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2031
+          - containerPort: 2031
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/portfolio.yml b/Fineract-CN-Helm/fineract-cn/templates/portfolio.yml
index 85e273a..00e73d7 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/portfolio.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/portfolio.yml
@@ -36,7 +36,7 @@
       containers:
       - name: portfolio-ms
         image: {{ .Values.portfolio.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2026
+          - containerPort: 2026
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/postgres.yml b/Fineract-CN-Helm/fineract-cn/templates/postgres.yml
index b82d368..b6e2cb1 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/postgres.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/postgres.yml
@@ -25,7 +25,9 @@
     - ReadWriteOnce
   resources:
     requests:
-      storage: 10Gi
+      storage: 2Gi
+    limits:
+      cpu: "500m"
 
 ---
 
@@ -66,7 +68,7 @@
     spec:
       containers:
         - image: postgres:9.5
-          imagePullPolicy: IfNotPresent
+          imagePullPolicy: Always
           name: postgres
           ports:
             - containerPort: 5432
@@ -90,4 +92,4 @@
       volumes:
         - name: postgresdb-storage
           persistentVolumeClaim:
-            claimName: postgresdb-pvc
+            claimName: postgresdb-pvc
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/provisioner.yml b/Fineract-CN-Helm/fineract-cn/templates/provisioner.yml
index cb9793f..e8b01e1 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/provisioner.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/provisioner.yml
@@ -36,7 +36,7 @@
       containers:
       - name: provisioner-ms
         image: {{ .Values.provisioner.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -79,4 +79,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2020
+          - containerPort: 2020
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/reporting.yml b/Fineract-CN-Helm/fineract-cn/templates/reporting.yml
index 21925ce..6177213 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/reporting.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/reporting.yml
@@ -36,7 +36,7 @@
       containers:
       - name: reporting-ms
         image: {{ .Values.reporting.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2029
+          - containerPort: 2029
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/rhythm.yml b/Fineract-CN-Helm/fineract-cn/templates/rhythm.yml
index a60358a..1e7c76a 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/rhythm.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/rhythm.yml
@@ -36,7 +36,7 @@
       containers:
       - name: rhythm-ms
         image: {{ .Values.rhythm.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -83,4 +83,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2022
+          - containerPort: 2022
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/templates/teller.yml b/Fineract-CN-Helm/fineract-cn/templates/teller.yml
index 3909951..9c6c2e1 100644
--- a/Fineract-CN-Helm/fineract-cn/templates/teller.yml
+++ b/Fineract-CN-Helm/fineract-cn/templates/teller.yml
@@ -36,7 +36,7 @@
       containers:
       - name: teller-ms
         image: {{ .Values.teller.image }}
-        imagePullPolicy: IfNotPresent
+        imagePullPolicy: Always
         envFrom:
           - configMapRef:
               name: external-tools-config
@@ -75,4 +75,4 @@
                 key: PRIVATE_KEY_EXPONENT
                 name: secret-config
         ports:
-          - containerPort: 2028
+          - containerPort: 2028
\ No newline at end of file
diff --git a/Fineract-CN-Helm/fineract-cn/values.yaml b/Fineract-CN-Helm/fineract-cn/values.yaml
index 10cad3b..5571446 100644
--- a/Fineract-CN-Helm/fineract-cn/values.yaml
+++ b/Fineract-CN-Helm/fineract-cn/values.yaml
@@ -1,6 +1,6 @@
 namespace: "fineract-cn"
 accounting:
-  image: "benura123/accounting:v1.0.1"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:accounting"
 
 activemq:
   image: "docker.io/rmohr/activemq:5.14.5"
@@ -12,40 +12,40 @@
 #   image: "apache/fineract-cn-cheques:latest"
 
 customer:
-  image: "benura123/customer:v1.0.2"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:customer"
 
 deposit:
-  image: "benura123/deposit:v1.0.1"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:deposit-account-management"
 
 # eureka:
 #   image: "docker.io/anh3h/eureka-server:latest"
 
 group:
-  image: "benura123/group:v1.0.2"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:group"
 
 identity:
-  image: "benura123/identity:v1.0.1"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:identity"
 
 notifications:
   image: "benura123/notification:v1.0.1"
 
 office:
-  image: "benura123/office:v1.0.2"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:office"
 
 payroll:
   image: "benura123/payroll:v1.0.1"
 
 portfolio:
-  image: "benura123/portfolio:v1.0.2"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:portfolio"
 
 provisioner:
-  image: "benura123/provisioner:v1.0.0"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:provisioner"
 
 reporting:
   image: "benura123/reporting:v1.0.1"
 
 rhythm:
-  image: "benura123/rhythm:v1.0.2"
+  image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract-cn:rhythm"
 
 teller:
   image: "benura123/teller:v1.0.1"
\ No newline at end of file
diff --git a/Fineract-CN-Helm/index.yaml b/Fineract-CN-Helm/index.yaml
deleted file mode 100644
index 0ec4de3..0000000
--- a/Fineract-CN-Helm/index.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-apiVersion: v1
-entries:
-  fineract-cn:
-  - apiVersion: v1
-    appVersion: "1.0"
-    created: "2022-05-16T09:44:01.671739372+05:30"
-    description: Fineract CN
-    digest: 2d8e74c692755909f0609bbe734905ed4e2a0742503d7e41c799c128abc169c3
-    name: fineract-cn
-    urls:
-    - fineract-cn-1.0.0-SNAPSHOT.tgz
-    version: 1.0.0-SNAPSHOT
-generated: "2022-05-16T09:44:01.668375322+05:30"