aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/main/scripts/release/updateOomImages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src/main/scripts/release/updateOomImages.sh')
-rwxr-xr-xintegration/src/main/scripts/release/updateOomImages.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/src/main/scripts/release/updateOomImages.sh b/integration/src/main/scripts/release/updateOomImages.sh
index 7d8d9826..38fe5c3b 100755
--- a/integration/src/main/scripts/release/updateOomImages.sh
+++ b/integration/src/main/scripts/release/updateOomImages.sh
@@ -161,11 +161,11 @@ do
new_image="$docker_image:$latest_released_tag"
echo "updating OOM image $new_image . . ."
- find "$repo_location/oom/kubernetes/policy/components" \
+ find "$repo_location/oom/kubernetes/policy" \
-name values.yaml \
-exec \
$SED -i \
- "s/^image:[ |\t]*onap\/$docker_image:[0-9]*\.[0-9]*\.[0-9]*$/image: onap\/$new_image/" {} \;
+ "s/image:[ |\t]*onap\/$docker_image:[0-9]*\.[0-9]*\.[0-9]*$/image: onap\/$new_image/" {} \;
echo "OOM image $docker_image:$latest_released_tag updated"
done
done