diff options
author | Jack Lucas <jflos@sonoris.net> | 2023-11-22 14:23:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-11-22 14:23:54 +0000 |
commit | b79671556abd980c1fe0d48dcb96ef8437173b7a (patch) | |
tree | 7393ac5d9cdd3ecfc96fab001c5a8ddc74028d18 /kubernetes/policy/components/policy-pap/values.yaml | |
parent | b686b5da265779af6f2180200ac396a1efac8f95 (diff) | |
parent | 2d0db7cd17b6690d505b22a2f542149662ebf619 (diff) |
Merge "[POLICY] Update docker images to latest versions"
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 df2d679664..ecd78b5629 100755 --- a/kubernetes/policy/components/policy-pap/values.yaml +++ b/kubernetes/policy/components/policy-pap/values.yaml @@ -69,7 +69,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pap:2.8.2 +image: onap/policy-pap:3.0.2 pullPolicy: Always # flag to enable debugging - application support required |