diff options
author | 2025-01-06 14:15:41 +0100 | |
---|---|---|
committer | 2025-01-06 15:05:05 +0100 | |
commit | d22084d427298be0743161d92998e9ec40d9b2ba (patch) | |
tree | b1e6f1af000873c0c977a83e49992398c5c1f250 /compose | |
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>
Diffstat (limited to 'compose')
-rwxr-xr-x | compose/get-versions.sh | 4 |
1 files changed, 2 insertions, 2 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" |