Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
  • Loading branch information
Vicente-Cheng committed Apr 1, 2024
1 parent ae567fd commit 90ab3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/upgrade_ndm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ target_img=$(yq -e .image.repository ndm-override.yaml)
echo "upgrade target image: ${target_img}, upgrading ..."
$HELM upgrade -f $TOP_DIR/ndm-override.yaml harvester-node-disk-manager harvester-node-disk-manager/ -n harvester-system

sleep 30 # wait 30 seconds for ndm respwan pods
sleep 30 # wait 30 seconds for ndm respawn pods

wait_ndm_ready
# check image
Expand Down

0 comments on commit 90ab3ef

Please sign in to comment.