Skip to content

Commit

Permalink
ci: specify the chart version 0.6.0
Browse files Browse the repository at this point in the history
    - new version introduce some new fields and components that will
      cause the CI failure

Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng authored and WebberHuang1118 committed Dec 25, 2024
1 parent bb82d79 commit 7da947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/deploy_ndm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ ! -f ndm-override.yaml ]; then
mv ndm-override.yaml.default ndm-override.yaml
fi

$HELM pull harvester-node-disk-manager --repo https://charts.harvesterhci.io --untar
$HELM pull harvester-node-disk-manager --repo https://charts.harvesterhci.io --untar --version 0.6.0
$HELM install -f $TOP_DIR/ndm-override.yaml harvester-node-disk-manager ./harvester-node-disk-manager --create-namespace -n harvester-system

wait_ndm_ready
Expand Down

0 comments on commit 7da947e

Please sign in to comment.