Sync docker tags with release manifest
[oom.git] / kubernetes / sdnc / charts / sdnc-ansible-server / values.yaml
index 6cd46b6..a6ca80e 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdnc-ansible-server-image:1.4-STAGING-latest
+image: onap/sdnc-ansible-server-image:1.4.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -75,17 +75,18 @@ flavor: small
 #Segregation for Different environment (Small and Large)
 
 resources:
- small:
-  limits:
-    cpu: 1
-    memory: 1Gi
-  requests:
-    cpu: 1
-    memory: 1Gi
- large:
-  limits:
-    cpu: 2
-    memory: 2Gi
-  requests:
-    cpu: 2
-    memory: 2Gi
+  small:
+    limits:
+      cpu: 1
+      memory: 1Gi
+    requests:
+      cpu: 0.5
+      memory: 500Mi
+  large:
+    limits:
+      cpu: 2
+      memory: 2Gi
+    requests:
+      cpu: 1
+      memory: 1Gi
+  unlimited: {}