From 67803d0e4da298f5410faceb6c7705b4d0b047da Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Thu, 28 Oct 2021 18:19:28 -0400 Subject: [PATCH] Use patched netbox image This uses a custom image that includes a solution for netbox-community/netbox#7671. --- netbox/base/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/base/kustomization.yaml b/netbox/base/kustomization.yaml index 5b747e08..ae86306f 100644 --- a/netbox/base/kustomization.yaml +++ b/netbox/base/kustomization.yaml @@ -26,5 +26,5 @@ configMapGenerator: images: - name: netbox - newName: quay.io/netboxcommunity/netbox - newTag: v3.0-ldap + newName: quay.io/larsks/netbox + newTag: remote-group-autocreate-1.4.1-4