diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-24 10:37:37 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-24 10:38:03 -0400 |
commit | 1a49e019bcb2042f90efdcc6ae43f17139bbeb41 (patch) | |
tree | 68fc07df18556408618edaf9fbd25dd8cc23d2a6 | |
parent | 6ab0f9ddc1cdb3af465e68a1b73c24cfdfe24615 (diff) |
Use released 1.6.8 container
Issue-ID: AAI-2883
Issue-ID: AAI-2593
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I0dd8217c2fee8596e663d65206f92bc5446f02ea
-rw-r--r-- | components/aai-schema-service/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/aai-schema-service/values.yaml b/components/aai-schema-service/values.yaml index 3344f41..08905d1 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.7 +image: onap/aai-schema-service:1.6.8 pullPolicy: Always restartPolicy: Always flavor: small |