From: srinivasyanamadala Date: Thu, 27 Mar 2025 10:23:36 +0000 (+0100) Subject: Updated opa-pdp version in csit helm X-Git-Tag: 4.1.2~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F140579%2F6;p=policy%2Fdocker.git Updated opa-pdp version in csit helm Issue-ID: POLICY-5225 Change-Id: Ia375f3819e272f5525fe52a14a435a427e719211 Signed-off-by: srinivasyanamadala --- diff --git a/compose/get-k8s-versions.sh b/compose/get-k8s-versions.sh index 49954604..1adc8adb 100755 --- a/compose/get-k8s-versions.sh +++ b/compose/get-k8s-versions.sh @@ -2,6 +2,7 @@ # ============LICENSE_START==================================================== # Copyright (C) 2023-2024 Nordix Foundation. All rights reserved. +# Modifications Copyright 2024-2025 Deutsche Telekom # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +28,7 @@ fi VALUES_YML=${WORKSPACE}/helm/policy/values.yaml -policy_components=(policy-api policy-pap policy-apex-pdp policy-models-simulator policy-pdpd-cl policy-xacml-pdp policy-distribution policy-db-migrator) +policy_components=(policy-api policy-pap policy-apex-pdp policy-models-simulator policy-pdpd-cl policy-xacml-pdp policy-distribution policy-db-migrator policy-opa-pdp) clamp_components=(policy-clamp-runtime-acm policy-clamp-ac-kserve-ppnt policy-clamp-ac-k8s-ppnt policy-clamp-ac-pf-ppnt policy-clamp-ac-http-ppnt policy-clamp-ac-sim-ppnt policy-clamp-ac-a1pms-ppnt) diff --git a/helm/policy/components/policy-opa-pdp/values.yaml b/helm/policy/components/policy-opa-pdp/values.yaml index a25f48a1..6c823aa0 100755 --- a/helm/policy/components/policy-opa-pdp/values.yaml +++ b/helm/policy/components/policy-opa-pdp/values.yaml @@ -22,7 +22,7 @@ global: persistence: {} image: - opapdp: nexus3.onap.org:10001/onap/policy-opa-pdp:1.0.2-SNAPSHOT + opapdp: nexus3.onap.org:10001/onap/policy-opa-pdp:1.0.4 log: loglevel: "debug" diff --git a/helm/policy/values.yaml b/helm/policy/values.yaml index 49c70394..0cb52873 100644 --- a/helm/policy/values.yaml +++ b/helm/policy/values.yaml @@ -1,4 +1,7 @@ +# +# ===========LICENSE_START==================================================== # Copyright © 2022-2025 Nordix Foundation +# Modifications Copyright 2024-2025 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,6 +15,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# ============LICENSE_END===================================================== +# ################################################################# # Global configuration defaults. @@ -34,7 +39,7 @@ global: simulator: onap/policy-models-simulator:$tag pdpdcl: onap/policy-pdpd-cl:$tag xacml: onap/policy-xacml-pdp:$tag - opa: onap/policy-opa-pdp:1.0.2-SNAPSHOT + opa: onap/policy-opa-pdp:$tag distribution: onap/policy-distribution:$tag runtimeacm: onap/policy-clamp-runtime-acm:$tag kserveparticipant: onap/policy-clamp-ac-kserve-ppnt:$tag