Upgrade netbox to 2.6.1
This commit is contained in:
parent
e842cef9ef
commit
a3acfa53b3
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "1.0"
|
appVersion: "2.6.1"
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
name: netbox
|
name: netbox
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# Default values for netbox.
|
# Default values for netbox.
|
||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
@ -6,7 +7,7 @@ replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: netboxcommunity/netbox
|
repository: netboxcommunity/netbox
|
||||||
tag: develop-2.6-ldap
|
tag: v2.6.1-ldap
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|
Loading…
Reference in a new issue