diff options
author | Aaron Hay <ah415j@att.com> | 2018-07-23 16:53:25 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-07-23 16:56:30 -0400 |
commit | 1f4e7e80d5bbb65dc169d519ff9b8ae235b6c104 (patch) | |
tree | 53e6ef7b52f03e7ed1bc5c9b034e6e69b20e92de | |
parent | 19e44947f0592e8e36206fe1c4cefc48c428c26a (diff) |
Fix Beijing image reference
Fix Beijing image reference that was unexpectedly replaced.
Change-Id: Ib26d935a96fb2c380bfe0b6fc219b5fa1f1fe39f
Issue-ID: OOM-1294
Signed-off-by: Aaron Hay <ah415j@att.com>
-rw-r--r-- | kubernetes/appc/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 1c20977b90..5b1d923afb 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -29,7 +29,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/appc-image:1.4.0-SNAPSHOT-latest +image: onap/appc-image:1.3.0 pullPolicy: Always # flag to enable debugging - application support required |