Merge "error when trying to archive\restore"
[oom.git] / kubernetes / sdc / charts / sdc-es / values.yaml
index 93a66a9..b44a431 100644 (file)
@@ -31,8 +31,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-elasticsearch:1.3.0
-elasticInitImage: onap/sdc-init-elasticsearch:1.3.0
+image: onap/sdc-elasticsearch:1.3.3
+elasticInitImage: onap/sdc-init-elasticsearch:1.3.3
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -52,7 +52,7 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 60
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container