diff options
Diffstat (limited to 'components')
-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 |