We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eccca7 commit d0d7834Copy full SHA for d0d7834
kind/local-env.sh
@@ -41,9 +41,9 @@ if [[ "${VERSION}" == "3.7.8" ]] ;then
41
# need to align with netbox-chart otherwise the creation of the cluster will hang
42
declare -a Images=( \
43
"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" \
+ "busybox:1.36.1" \
+ "docker.io/bitnami/redis:7.2.4-debian-12-r9" \
+ "docker.io/netboxcommunity/netbox:v3.7.8" \
47
"ghcr.io/zalando/postgres-operator:v1.12.2" \
48
"ghcr.io/zalando/spilo-16:3.2-p3" \
49
)
0 commit comments