diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-12-02 08:01:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-02 08:01:33 +0000 |
commit | 0030ead118e15cd04090b4bf0d91daa5b86de858 (patch) | |
tree | 442439eb782d70ed40cbfa9a25b940c994dfe4a3 /kubernetes/policy/components/policy-pap/values.yaml | |
parent | 9144411385225ba00109b0055c8d3c14198da20e (diff) | |
parent | b4cace6e83aa503b3211076c8c97caf8ccee5422 (diff) |
Merge "[POLICY] Update docker images to latest versions" into kohn
Diffstat (limited to 'kubernetes/policy/components/policy-pap/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-pap/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-pap/values.yaml b/kubernetes/policy/components/policy-pap/values.yaml index 1d1561cd7c..fb7972a5b5 100755 --- a/kubernetes/policy/components/policy-pap/values.yaml +++ b/kubernetes/policy/components/policy-pap/values.yaml @@ -100,7 +100,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pap:2.7.1 +image: onap/policy-pap:2.7.2 pullPolicy: Always # flag to enable debugging - application support required |