aboutsummaryrefslogtreecommitdiff
path: root/netbox/Makefile
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-12-04 22:20:03 -0800
committerMike Crute <mike@crute.us>2022-12-04 22:20:03 -0800
commit1b297be993b39c38a29f2d4a512fe8f3a9b3cacf (patch)
tree5309589797fd0a8e75b3e8aec37ac3acd96c12bb /netbox/Makefile
parentd4efff4950b6105f1d62362f8944a24659af4ea7 (diff)
downloaddockerfiles-1b297be993b39c38a29f2d4a512fe8f3a9b3cacf.tar.bz2
dockerfiles-1b297be993b39c38a29f2d4a512fe8f3a9b3cacf.tar.xz
dockerfiles-1b297be993b39c38a29f2d4a512fe8f3a9b3cacf.zip
netbox: upgrade to 3.3.9 and remove patches
This change migrates to using simplevisor which handles Vault credential fetching and renewal. It removes quite a lot of fragile hacks at the Django layer in favor of straightforward environment variable passing.
Diffstat (limited to 'netbox/Makefile')
-rw-r--r--netbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netbox/Makefile b/netbox/Makefile
index 1fb4dad..f572b39 100644
--- a/netbox/Makefile
+++ b/netbox/Makefile
@@ -1,4 +1,4 @@
1VERSION=2.11.9 1VERSION=3.3.9
2IMAGE=docker.crute.me/netbox:$(VERSION) 2IMAGE=docker.crute.me/netbox:$(VERSION)
3LATEST=$(subst :$(VERSION),,$(IMAGE)):latest 3LATEST=$(subst :$(VERSION),,$(IMAGE)):latest
4 4