diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-16 06:13:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-16 06:13:18 +0000 |
commit | f0613330e069bc27a4178ad25a881687232f6477 (patch) | |
tree | 7f20f98221657712d609682b8df6a8cf2d2b8d3d /kubernetes/policy/charts/pap | |
parent | 8548acbe7b3e53d048af4d74faf53e3a48565ca3 (diff) | |
parent | 110657a0dcf682f7b5b0d533a36a36fe0df0cc84 (diff) |
Merge "[POLICY] legacy pdp health + new image versions"
Diffstat (limited to 'kubernetes/policy/charts/pap')
-rw-r--r-- | kubernetes/policy/charts/pap/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/pap/values.yaml b/kubernetes/policy/charts/pap/values.yaml index 7edb3ab871..ad7cf96306 100644 --- a/kubernetes/policy/charts/pap/values.yaml +++ b/kubernetes/policy/charts/pap/values.yaml @@ -40,7 +40,7 @@ secrets: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/policy-pap:2.2.0 +image: onap/policy-pap:2.2.1 pullPolicy: Always # flag to enable debugging - application support required |