We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e52c0 commit f9c33b6Copy full SHA for f9c33b6
scripts/deploy/000-manager.sh
@@ -62,7 +62,7 @@ if [[ "$IS_ZUUL" == "true" || "$ARA" == "false" ]]; then
62
fi
63
64
# initialize netbox
65
-if [[ $(semver $MANAGER_VERSION 8.0.0) -ge 0 || $MANAGER_VERSION == "latest" ]]; then
+if [[ $(semver $MANAGER_VERSION 9.0.0) -ge 0 || $MANAGER_VERSION == "latest" ]]; then
66
wait_for_container_healthy 60 netbox-netbox-1
67
/opt/configuration/scripts/bootstrap/000-netbox.sh
68
0 commit comments