netbox: Update to 3.4.9
Also moves to pulling images off of quay.io by default
This commit is contained in:
parent
25134e3835
commit
6bfb864f9b
2 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ description: |
|
|||
Important; With chart version 4.0.0 there are major upgrades to the packaged Redis and Postgres,
|
||||
as well as a major version bump of Netbox that introduces housekeeping. Take care when upgrading.
|
||||
icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico
|
||||
appVersion: 3.4.8
|
||||
appVersion: 3.4.9
|
||||
|
||||
type: application
|
||||
version: 5.0.7
|
||||
version: 5.1.0
|
||||
maintainers:
|
||||
- name: Alexander Olofsson
|
||||
email: ace@haxalot.com
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: netboxcommunity/netbox
|
||||
repository: quay.io/netboxcommunity/netbox
|
||||
# tag:
|
||||
pullPolicy: Always
|
||||
|
||||
|
|
Loading…
Reference in a new issue