diff options
-rw-r--r-- | components/aai-babel/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-data-router/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-graphadmin/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-resources/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-schema-service/values.yaml | 2 | ||||
-rw-r--r-- | components/aai-sparky-be/values.yaml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/components/aai-babel/values.yaml b/components/aai-babel/values.yaml index e0bf6a6..8d1ba31 100644 --- a/components/aai-babel/values.yaml +++ b/components/aai-babel/values.yaml @@ -25,7 +25,7 @@ global: ################################################################# # application image -image: onap/babel:1.5.1 +image: onap/babel:1.6.1 flavor: small diff --git a/components/aai-data-router/values.yaml b/components/aai-data-router/values.yaml index 5ef05c0..0533896 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.0 +image: onap/data-router:1.6.1 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-graphadmin/values.yaml b/components/aai-graphadmin/values.yaml index 074a792..c679380 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.5.1 +image: onap/aai-graphadmin:1.6.1 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-resources/values.yaml b/components/aai-resources/values.yaml index fc0c79a..549554b 100644 --- a/components/aai-resources/values.yaml +++ b/components/aai-resources/values.yaml @@ -22,7 +22,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/aai-resources:1.5.1 +image: onap/aai-resources:1.6.1 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-schema-service/values.yaml b/components/aai-schema-service/values.yaml index 8e75b02..41764fe 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.0 +image: onap/aai-schema-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 7aeb198..f6be792 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.5.1 +image: onap/sparky-be:1.6.1 pullPolicy: Always restartPolicy: Always flavor: small |