diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-05-08 14:54:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-08 14:54:14 +0000 |
commit | 95d36cb0943882a09059c7ebced83240e8092ae6 (patch) | |
tree | 8d12849a0e27ecaa29d15b0721cbeb098e1d04ec /kubernetes | |
parent | f49a11638d2c0341643b72a0b1c8b24a3ac0d2d2 (diff) | |
parent | 3d8e411b203d13d9c181acf70a2e8b76d98d5d8d (diff) |
Merge "update the SO version for the api-handler"
Diffstat (limited to 'kubernetes')
-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 b096b55f54..91fc9db198 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.0-STAGING-latest +image: onap/so/api-handler-infra:1.4.1 pullPolicy: Always replicaCount: 1 |