From eb70b3f12b30d4d7ea010723707db8c3e2ef2354 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 2 Apr 2020 16:51:05 -0400 Subject: Update charts with release images Issue-ID: AAI-2580 Change-Id: Icd5f1a1b025defcc747cafa97bd65fd764392be6 Signed-off-by: Jimmy Forsyth --- components/aai-data-router/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/aai-data-router/values.yaml') diff --git a/components/aai-data-router/values.yaml b/components/aai-data-router/values.yaml index 0533896..245735d 100644 --- a/components/aai-data-router/values.yaml +++ b/components/aai-data-router/values.yaml @@ -21,7 +21,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/data-router:1.6.1 +image: onap/data-router:1.6.2 pullPolicy: Always restartPolicy: Always flavor: small @@ -51,7 +51,7 @@ liveness: enabled: true readiness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 service: -- cgit 1.2.3-korg