diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-04-24 12:25:39 -0400 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2019-04-24 16:44:09 -0400 |
commit | 34822d43a5ea5047ec73cc9625757524c631724e (patch) | |
tree | 68d735e795c00ce038fdc73ab6f78c584b40188e /charts/aaf-hello/values.yaml | |
parent | f266f9581f9dec3e944ad19e0ad16e03114937fe (diff) |
Remove DCAE image from update
Change-Id: Ifa98f8610b0a96a28f3a3ded7cb65663e9455158
Issue-ID: INT-1042
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'charts/aaf-hello/values.yaml')
-rw-r--r-- | charts/aaf-hello/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-hello/values.yaml b/charts/aaf-hello/values.yaml index 3432211..8c46b80 100644 --- a/charts/aaf-hello/values.yaml +++ b/charts/aaf-hello/values.yaml @@ -25,7 +25,7 @@ flavor: small ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/aaf/aaf_hello:2.1.8 +image: onap/aaf/aaf_hello:2.1.9-SNAPSHOT-latest aaf_register_as: "aaf-hello.onap" pullPolicy: Always |