diff options
author | Yang Xu <yang.xu@futurewei.com> | 2019-06-21 23:42:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-21 23:42:48 +0000 |
commit | e7ce0cb2789cd2181e12007e6a2d2719dbbeaddc (patch) | |
tree | f5fcb9789ad5cf2029efff58bffcb3408b9d58f2 | |
parent | 0e6dc1c4bc54e285c88799e6ea7fc98ed86ca4bb (diff) | |
parent | 65892068ba29318ad65dc5b4770dc7f242dc48c3 (diff) |
Merge "update the version to 1.4.4"
-rwxr-xr-x | kubernetes/so/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/values.yaml b/kubernetes/so/values.yaml index cf90eb1d9a..f94ddc8de3 100755 --- a/kubernetes/so/values.yaml +++ b/kubernetes/so/values.yaml @@ -43,7 +43,7 @@ global: # Application configuration defaults. ################################################################# repository: nexus3.onap.org:10001 -image: onap/so/api-handler-infra:1.4.3 +image: onap/so/api-handler-infra:1.4.4 pullPolicy: Always replicaCount: 1 |