From a3acfa53b3e382e5f3e273b6d82af0720fa30dda Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 28 Jun 2019 14:16:11 +0200 Subject: [PATCH] Upgrade netbox to 2.6.1 --- charts/netbox/Chart.yaml | 5 +++-- charts/netbox/values.yaml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 93e7e08..2723bf9 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,5 +1,6 @@ +--- apiVersion: v1 -appVersion: "1.0" +appVersion: "2.6.1" description: A Helm chart for Kubernetes name: netbox -version: 0.1.0 +version: 0.1.1 diff --git a/charts/netbox/values.yaml b/charts/netbox/values.yaml index 41c6600..c4003a9 100644 --- a/charts/netbox/values.yaml +++ b/charts/netbox/values.yaml @@ -1,3 +1,4 @@ +--- # Default values for netbox. # This is a YAML-formatted file. # Declare variables to be passed into your templates. @@ -6,7 +7,7 @@ replicaCount: 1 image: repository: netboxcommunity/netbox - tag: develop-2.6-ldap + tag: v2.6.1-ldap pullPolicy: Always nameOverride: ""