diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-07-01 14:31:05 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-07-01 14:31:05 -0400 |
commit | 63fa4945401223c4291ccd194e25d336553e00ae (patch) | |
tree | fd858e52d89698bdb51bfcb592e8e365dfc1847c | |
parent | 84b53dd3acd5cb8c000c38e9357d4a910c1e7789 (diff) |
[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 <jflos@sonoris.net>
Change-Id: If522c9ff67c6986255787ae1308bcf43ebebb70b
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |