Skip to content

Commit 4924451

Browse files
committed
undo helm chart upgrade
1 parent c177cf5 commit 4924451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kind/deploy-netbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [[ "${VERSION}" == "3.7.8" ]] ;then
5050
"ghcr.io/zalando/spilo-16:3.2-p3" \
5151
)
5252
# Allow override via environment variable, otherwise fallback to default
53-
NETBOX_HELM_CHART="${NETBOX_HELM_REPO:-https://github.com}/netbox-community/netbox-chart/releases/download/netbox-7.0.2/netbox-7.0.2.tgz"
53+
NETBOX_HELM_CHART="${NETBOX_HELM_REPO:-https://github.com}/netbox-community/netbox-chart/releases/download/netbox-5.0.0-beta.169/netbox-5.0.0-beta.169.tgz"
5454

5555
# patch load-data.sh
5656
sed 's/netbox-demo-v4.1.sql/netbox-demo-v3.7.sql/g' $SCRIPT_DIR/load-data-job/load-data.orig.sh > $SCRIPT_DIR/load-data-job/load-data.sh && chmod +x $SCRIPT_DIR/load-data-job/load-data.sh

0 commit comments

Comments
 (0)