From: Jack Lucas Date: Thu, 1 Jul 2021 18:31:05 +0000 (-0400) Subject: [DCAE] Update policy handler version X-Git-Tag: 9.0.0~203^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=63fa4945401223c4291ccd194e25d336553e00ae [DCAE] Update policy handler version Remove VOLUME definition from PH Dockerfile to prevent startup issues with newer versions of containerd (in current gating/integration, for example) Issue-ID: DCAEGEN2-2849 Signed-off-by: Jack Lucas Change-Id: If522c9ff67c6986255787ae1308bcf43ebebb70b --- diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml b/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml index ba10394e11..baeda67bdf 100644 --- a/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml @@ -1,6 +1,7 @@ #============LICENSE_START======================================================== # ================================================================================ # Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021 J. F. Lucas. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,7 +45,7 @@ config: # Application configuration defaults. ################################################################# # application image -image: onap/org.onap.dcaegen2.platform.policy-handler:5.1.2 +image: onap/org.onap.dcaegen2.platform.policy-handler:5.1.3 pullPolicy: Always # probe configuration parameters