diff options
Diffstat (limited to 'components')
-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-traversal/values.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/components/aai-graphadmin/values.yaml b/components/aai-graphadmin/values.yaml index 2a0e39c..f20d143 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.1.0 +image: onap/aai-graphadmin:1.5.0 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-resources/values.yaml b/components/aai-resources/values.yaml index e179b70..958898d 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.4.0 +image: onap/aai-resources:1.5.0 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-schema-service/values.yaml b/components/aai-schema-service/values.yaml index f533692..4dafa7f 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.0.6 +image: onap/aai-schema-service:1.5.1 pullPolicy: Always restartPolicy: Always flavor: small diff --git a/components/aai-traversal/values.yaml b/components/aai-traversal/values.yaml index c2450ac..d82787c 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.4.1 +image: onap/aai-traversal:1.5.0 pullPolicy: Always restartPolicy: Always flavor: small |