diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-19 11:48:50 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-19 11:48:50 -0500 |
commit | 9f2a5774b5c8e2429bd06f13e52fb828ff051c8d (patch) | |
tree | 9fbc86deab8f1ea71131c2ecfa6710c9bc7c536d /kubernetes/cds/components/cds-blueprints-processor | |
parent | 4be5581537d8acd33636f3f621831efae96ee4ac (diff) |
[SDNC] Version bump for final Kohn release for SDNC and CDS
Contains bug fix for dmaapListener version
Issue-ID: SDNC-1765
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1f5f84bd230c51b517be0a6ee951a58649b21176
Diffstat (limited to 'kubernetes/cds/components/cds-blueprints-processor')
-rwxr-xr-x | kubernetes/cds/components/cds-blueprints-processor/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/components/cds-blueprints-processor/values.yaml b/kubernetes/cds/components/cds-blueprints-processor/values.yaml index 87a1b03ada..cd12c5c8d1 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/values.yaml @@ -108,7 +108,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/ccsdk-blueprintsprocessor:1.4.1 +image: onap/ccsdk-blueprintsprocessor:1.4.2 pullPolicy: Always # flag to enable debugging - application support required |