diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-02 18:54:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-02 18:54:04 +0000 |
commit | 51c3f48a0d63824df7063cee2041c8cd1c80f8e4 (patch) | |
tree | e1e592c39bb2c2f7763f59257d04af50279f46e1 /kubernetes/clamp/values.yaml | |
parent | f7a290f23a4f2109cf9402f0bba6953e783dc74b (diff) | |
parent | e4b99c5b2f055b9fb934937437d82e0f5546bfaa (diff) |
Merge "Remove logback and bump up the clamp version"
Diffstat (limited to 'kubernetes/clamp/values.yaml')
-rw-r--r-- | kubernetes/clamp/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 1839633196..cf6c572cc9 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -30,7 +30,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/clamp-frontend:5.0.1 +image: onap/clamp-frontend:5.0.2 pullPolicy: Always # flag to enable debugging - application support required |