From: aravind.est Date: Tue, 2 Jan 2024 15:51:05 +0000 (+0000) Subject: Update version of policy db migrator container X-Git-Tag: 0.1.0~47 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F02%2F12402%2F1;p=nonrtric%2Fplt%2Frappmanager.git Update version of policy db migrator container Image version of policy db migrator updated. Issue-ID: NONRTRIC-958 Signed-off-by: aravind.est Change-Id: I565b55d8c3c2acd4eab477a9d606481ef00d5e16 --- diff --git a/scripts/install/install-acm.sh b/scripts/install/install-acm.sh index 41cf301..73a3e71 100755 --- a/scripts/install/install-acm.sh +++ b/scripts/install/install-acm.sh @@ -41,7 +41,7 @@ export WORKSPACE="$CWD/docker" #Temporary workaround. Should be removed once this gets fixed in policy/docker repo echo "Update policy-db-migrator version..." -yq eval '.dbmigrator.image="onap/policy-db-migrator:3.0-SNAPSHOT-latest"' -i $ACM_VALUES_FILE +yq eval '.dbmigrator.image="onap/policy-db-migrator:3.1-SNAPSHOT-latest"' -i $ACM_VALUES_FILE echo "Updating policy docker image versions..." bash $K8S_VERSIONS_FILE