[VNFSDK] Use the newest image 86/118586/3
authorBogumil Zebek <bogumil.zebek@nokia.com>
Fri, 26 Feb 2021 10:10:55 +0000 (11:10 +0100)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Fri, 5 Mar 2021 11:07:10 +0000 (12:07 +0100)
The image contains code improvements, bug fixes implemented in release H.

Issue-ID: VNFSDK-745
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I77fba727192a0b72cf6f30a7c52d46ed7df5ac67

kubernetes/vnfsdk/values.yaml

index 55eea0f..28a2ac4 100644 (file)
@@ -37,7 +37,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/vnfsdk/refrepo:1.6.2
+image: onap/vnfsdk/refrepo:1.6.3
 pullPolicy: Always
 
 # application configuration override for postgres
@@ -96,8 +96,8 @@ liveness:
   enabled: true
 
 readiness:
-  initialDelaySeconds: 10
-  periodSeconds: 10
+  initialDelaySeconds: 60
+  periodSeconds: 30
 
 service:
   type: NodePort