diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-09-26 14:53:31 -0500 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-09-28 11:58:21 +0000 |
commit | 9416a38ece6ca7ec73b853674cec610b27286db0 (patch) | |
tree | f0fc508b917b53564e741fc47714796e29c031ff /kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml | |
parent | 1660b699c9b4ed13acb4f027bfbc751a0bdcb7a6 (diff) |
[POLICY] Update release images
Pick up library upgrades and CCVPN fixes.
Issue-ID: POLICY-4368
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I42ccd37a9f06d578d67c7b28f16136c1aeb38890
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml index bb1df4710d..c7ec10766f 100644 --- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2021-2022 Nordix Foundation. +# Modifications Copyright (C) 2022 AT&T Intellectual Property. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -72,7 +73,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-k8s-ppnt:6.2.3 +image: onap/policy-clamp-ac-k8s-ppnt:6.2.4 pullPolicy: Always # flag to enable debugging - application support required |