diff options
author | 2021-10-14 13:15:45 +0100 | |
---|---|---|
committer | 2021-11-04 08:45:29 +0000 | |
commit | b458484f01c552f574df3cff5593d8e84c6e5fc8 (patch) | |
tree | 37b58fb9b2a2ba2971c3006132ec5ceeb41ad7d9 /kubernetes/policy/components/policy-clamp-cl-runtime | |
parent | 248e825bc220b9a0ccf37ad6b85ad05a4b7cf342 (diff) |
[POLICY] Update core images/config for RC istanbul
Updated images for all components
Issue-ID: POLICY-3696
Change-Id: Idf598cc4d59c7a67327fe470121b004c890343cc
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 66c78e554543250cf808c7822f8b11a05cabb953)
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-cl-runtime')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-cl-runtime/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-clamp-cl-runtime/values.yaml b/kubernetes/policy/components/policy-clamp-cl-runtime/values.yaml index 4cf9e67c99..c0044e2cd1 100644 --- a/kubernetes/policy/components/policy-clamp-cl-runtime/values.yaml +++ b/kubernetes/policy/components/policy-clamp-cl-runtime/values.yaml @@ -78,7 +78,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-cl-runtime:6.1.2 +image: onap/policy-clamp-cl-runtime:6.1.3 pullPolicy: Always # flag to enable debugging - application support required |