Updated opa-pdp version in csit helm 79/140579/6
authorsrinivasyanamadala <srinivas.yanamadala@techmahindra.com>
Thu, 27 Mar 2025 10:23:36 +0000 (11:23 +0100)
committerSrinivas Yanamadala <srinivas.yanamadala@techmahindra.com>
Thu, 27 Mar 2025 15:19:13 +0000 (15:19 +0000)
Issue-ID: POLICY-5225
Change-Id: Ia375f3819e272f5525fe52a14a435a427e719211
Signed-off-by: srinivasyanamadala <srinivas.yanamadala@techmahindra.com>
compose/get-k8s-versions.sh
helm/policy/components/policy-opa-pdp/values.yaml
helm/policy/values.yaml

index 4995460..1adc8ad 100755 (executable)
@@ -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)
 
index a25f48a..6c823aa 100755 (executable)
@@ -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"
 
index 49c7039..0cb5287 100644 (file)
@@ -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