From 6bfb864f9bbbeddde00900cb1288367bdbc172d9 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Thu, 27 Apr 2023 08:44:03 +0200 Subject: [PATCH] netbox: Update to 3.4.9 Also moves to pulling images off of quay.io by default --- charts/netbox/Chart.yaml | 4 ++-- charts/netbox/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 8f8ef2b..7163366 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -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 diff --git a/charts/netbox/values.yaml b/charts/netbox/values.yaml index 66abe1f..02bc5ff 100644 --- a/charts/netbox/values.yaml +++ b/charts/netbox/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: - repository: netboxcommunity/netbox + repository: quay.io/netboxcommunity/netbox # tag: pullPolicy: Always