diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-02 16:51:05 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-06 17:43:24 -0400 |
commit | eb70b3f12b30d4d7ea010723707db8c3e2ef2354 (patch) | |
tree | 5761559e2c56f8ecb44c08d5905930760b1202f9 | |
parent | ab137ca81f5d4f9eb3d442f37f8e7ea52d7757f0 (diff) |
Update charts with release images
Issue-ID: AAI-2580
Change-Id: Icd5f1a1b025defcc747cafa97bd65fd764392be6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | components/aai-babel/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-data-router/values.yaml | 4 | ||||
-rw-r--r-- | components/aai-graphadmin/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-schema-service/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-search-data/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-sparky-be/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-traversal/values.yaml | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/components/aai-babel/values.yaml b/components/aai-babel/values.yaml index 427e30b..441aab3 100644 --- a/components/aai-babel/values.yaml +++ b/components/aai-babel/values.yaml @@ -25,7 +25,7 @@ global: ################################################################# # application image -image: onap/babel:1.6.1 +image: onap/babel:1.6.2 flavor: small 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: diff --git a/components/aai-graphadmin/values.yaml b/components/aai-graphadmin/values.yaml index 6fa9767..8e44f26 100644 --- a/components/aai-graphadmin/values.yaml +++ b/components/aai-graphadmin/values.yaml @@ -28,7 +28,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/aai-graphadmin:1.6.1 +image: onap/aai-graphadmin:1.6.3 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-schema-service/values.yaml b/components/aai-schema-service/values.yaml index 41764fe..327a1fe 100644 --- a/components/aai-schema-service/values.yaml +++ b/components/aai-schema-service/values.yaml @@ -22,7 +22,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/aai-schema-service:1.6.2 +image: onap/aai-schema-service:1.6.6 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-search-data/values.yaml b/components/aai-search-data/values.yaml index 875ad15..26b4cd8 100644 --- a/components/aai-search-data/values.yaml +++ b/components/aai-search-data/values.yaml @@ -23,7 +23,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/search-data-service:1.5.1 +image: onap/search-data-service:1.6.2 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-sparky-be/values.yaml b/components/aai-sparky-be/values.yaml index 28bdf9d..164b3b8 100644 --- a/components/aai-sparky-be/values.yaml +++ b/components/aai-sparky-be/values.yaml @@ -28,7 +28,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/sparky-be:1.6.1 +image: onap/sparky-be:1.6.2 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-traversal/values.yaml b/components/aai-traversal/values.yaml index 302d12e..526a719 100644 --- a/components/aai-traversal/values.yaml +++ b/components/aai-traversal/values.yaml @@ -23,7 +23,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/aai-traversal:1.5.1 +image: onap/aai-traversal:1.6.3 pullPolicy: Always restartPolicy: Always flavor: small |