Updated requirements to address startup exception
Revised log/cert path based on new image req.
Change-Id: I371e4eb59c67e7fa6c27c6a732eafb356073d152
Issue-ID: DCAEGEN2-2652
Signed-off-by: vv770d <vv770d@att.com>
             initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
             periodSeconds: {{ .Values.readiness.periodSeconds }}
           volumeMounts:
-            - mountPath: /opt/app/policy_handler/logs
+            - mountPath: /app/logs
               name: component-log
-            - mountPath: /opt/app/policy_handler/etc/tls/certs/
+            - mountPath: /app/etc/tls/certs/
               name: tls-info
           env:
             - name: CONSUL_HOST
 
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/org.onap.dcaegen2.platform.policy-handler:5.1.1
+image: onap/org.onap.dcaegen2.platform.policy-handler:5.1.2
 pullPolicy: Always
 
 # probe configuration parameters