Skip to content

Commit d0d7834

Browse files
committed
Update and test 3.7.8 dependencies
1 parent 5eccca7 commit d0d7834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kind/local-env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ if [[ "${VERSION}" == "3.7.8" ]] ;then
4141
# need to align with netbox-chart otherwise the creation of the cluster will hang
4242
declare -a Images=( \
4343
"gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1" \
44-
"busybox:1.37.0" \
45-
"docker.io/bitnami/redis:7.4.1-debian-12-r2" \
46-
"ghcr.io/netbox-community/netbox:v3.7.8" \
44+
"busybox:1.36.1" \
45+
"docker.io/bitnami/redis:7.2.4-debian-12-r9" \
46+
"docker.io/netboxcommunity/netbox:v3.7.8" \
4747
"ghcr.io/zalando/postgres-operator:v1.12.2" \
4848
"ghcr.io/zalando/spilo-16:3.2-p3" \
4949
)

0 commit comments

Comments
 (0)