[POLICY] Update docker images to latest versions
[oom.git] / kubernetes / policy / components / policy-drools-pdp / values.yaml
index 3b4ad5c..dfd5e8f 100755 (executable)
@@ -41,7 +41,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/policy-pdpd-cl:1.12.2
+image: onap/policy-pdpd-cl:2.1.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -157,18 +157,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 0.8Gi
+      cpu: "1"
+      memory: "0.8Gi"
     requests:
-      cpu: 0.5
-      memory: 0.8Gi
+      cpu: "0.5"
+      memory: "0.8Gi"
   large:
     limits:
-      cpu: 2
-      memory: 1.6Gi
+      cpu: "2"
+      memory: "1.6Gi"
     requests:
-      cpu: 1
-      memory: 1.6Gi
+      cpu: "1"
+      memory: "1.6Gi"
   unlimited: {}
 
 #Pods Service Account