diff options
Diffstat (limited to 'kubernetes/policy/components/policy-xacml-pdp')
-rwxr-xr-x | kubernetes/policy/components/policy-xacml-pdp/Chart.yaml | 4 | ||||
-rwxr-xr-x | kubernetes/policy/components/policy-xacml-pdp/values.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml b/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml index 8a088ab970..a46d6128e8 100755 --- a/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021 Nordix Foundation +# Modifications Copyright © 2021, 2024 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ apiVersion: v2 description: ONAP Policy XACML PDP (PDP-X) name: policy-xacml-pdp -version: 13.0.0 +version: 14.0.0 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-xacml-pdp/values.yaml b/kubernetes/policy/components/policy-xacml-pdp/values.yaml index 8ce1b96c2c..b9d877fe7b 100755 --- a/kubernetes/policy/components/policy-xacml-pdp/values.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/values.yaml @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-xacml-pdp:3.0.2 +image: onap/policy-xacml-pdp:3.1.0 pullPolicy: Always # flag to enable debugging - application support required |