diff options
author | 2025-01-06 14:15:41 +0100 | |
---|---|---|
committer | 2025-01-06 15:05:05 +0100 | |
commit | d22084d427298be0743161d92998e9ec40d9b2ba (patch) | |
tree | b1e6f1af000873c0c977a83e49992398c5c1f250 | |
parent | fcf6d22631c42bc2863b0663d47d92a8fbf388f7 (diff) |
Renamed docker image versions, Corrected Api's as per 1.0.0 image
Issue-ID: POLICY-5224
Change-Id: I1325bbfb17c5ae9007bfe6d9286fb3ba91f09a2a
Signed-off-by: muraliparthatechm <muraliparthasarathy.k@techmahindra.com>
-rwxr-xr-x | compose/get-versions.sh | 4 | ||||
-rw-r--r-- | csit/resources/tests/opa-pdp-test.robot | 4 | ||||
-rwxr-xr-x | helm/policy/components/policy-opa-pdp/values.yaml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/compose/get-versions.sh b/compose/get-versions.sh index a592dec6..0c2ef30e 100755 --- a/compose/get-versions.sh +++ b/compose/get-versions.sh @@ -3,7 +3,7 @@ # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # Modification Copyright 2021-2024 Nordix Foundation. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. -# Modifications Copyright 2024 Deutsche Telekom +# 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. @@ -146,7 +146,7 @@ else getDockerVersion xacml-pdp export POLICY_XACML_PDP_VERSION="$docker_image_version" - export POLICY_OPA_PDP_VERSION="1.0.5-SNAPSHOT" + export POLICY_OPA_PDP_VERSION="1.0.0-SNAPSHOT" getDockerVersion distribution export POLICY_DISTRIBUTION_VERSION="$docker_image_version" diff --git a/csit/resources/tests/opa-pdp-test.robot b/csit/resources/tests/opa-pdp-test.robot index 908314f8..a6d4c6d2 100644 --- a/csit/resources/tests/opa-pdp-test.robot +++ b/csit/resources/tests/opa-pdp-test.robot @@ -7,8 +7,8 @@ Library json Resource common-library.robot *** Variables *** -${OPA_PDP_HOST} /policy/pdpx/v1/healthcheck -${url} /policy/pdpx/v1/decision +${OPA_PDP_HOST} /policy/pdpo/v1/healthcheck +${url} /policy/pdpo/v1/decision *** Test Cases *** Healthcheck diff --git a/helm/policy/components/policy-opa-pdp/values.yaml b/helm/policy/components/policy-opa-pdp/values.yaml index 0667987f..615b6523 100755 --- a/helm/policy/components/policy-opa-pdp/values.yaml +++ b/helm/policy/components/policy-opa-pdp/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=======================================================
-# Copyright (C) 2024 Deutsche Telekom Intellectual Property. All rights reserved.
+# Copyright (C) 2024-2025 Deutsche Telekom Intellectual Property. 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.
@@ -22,7 +22,7 @@ global:
persistence: {}
image:
- opapdp: nexus3.onap.org:10001/onap/policy-opa-pdp:1.0.5-SNAPSHOT
+ opapdp: nexus3.onap.org:10001/onap/policy-opa-pdp:1.0.0-SNAPSHOT
log:
loglevel: "debug"
|