[AAI] AAI images update
[oom.git] / kubernetes / aai / components / aai-traversal / values.yaml
index e532384..8dfe843 100644 (file)
@@ -140,7 +140,7 @@ certInitializer:
     chown -R 1000 {{ .Values.credsPath }}
 
 # application image
-image: onap/aai-traversal:1.11.1
+image: onap/aai-traversal:1.11.2
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
@@ -231,6 +231,12 @@ persistence:
 # default number of instances
 replicaCount: 1
 
+minReadySeconds: 10
+updateStrategy:
+  type: RollingUpdate
+  maxUnavailable: 0
+  maxSurge: 1
+
 nodeSelector: {}
 
 affinity: {}