Merge "[AAI] OOM AAI Rolling Update fixes"
[oom.git] / kubernetes / aai / components / aai-babel / values.yaml
index 347f6c9..ca23bc9 100644 (file)
@@ -59,7 +59,7 @@ certInitializer:
 #################################################################
 
 # application image
-image: onap/babel:1.9.6
+image: onap/babel:1.11.0
 
 flavor: small
 flavorOverride: small
@@ -67,6 +67,11 @@ flavorOverride: small
 # default number of instances
 replicaCount: 1
 
+updateStrategy:
+  type: RollingUpdate
+  maxUnavailable: 0
+  maxSurge: 1
+
 nodeSelector: {}
 
 affinity: {}