diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-12-01 11:18:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-01 11:18:56 +0000 |
commit | e0259590627cd9e7925b6912ac2203091dbb54bf (patch) | |
tree | 182c4247400b527bc908c6280162937ce2ef3a2b /kubernetes/policy/components/policy-api | |
parent | 8c26e59d30a185186cf33988a0dbb859409f73eb (diff) | |
parent | 2c51ce87a0e2d72cd0537cbf1836e4eac800133a (diff) |
Merge "[POLICY] Update docker images to latest versions"
Diffstat (limited to 'kubernetes/policy/components/policy-api')
-rwxr-xr-x | kubernetes/policy/components/policy-api/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index ec80ba82f0..5dee4d07eb 100755 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -79,7 +79,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/policy-api:2.7.1 +image: onap/policy-api:2.7.2 pullPolicy: Always # flag to enable debugging - application support required |