netbox: Convert to new style chart
This commit is contained in:
parent
e0d7e3f5a6
commit
9852b48083
4 changed files with 17 additions and 26 deletions
|
@ -1,6 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: redis
|
|
||||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
|
||||||
version: 10.3.4
|
|
||||||
digest: sha256:5847f69672e640d401e2242d18acbefc0c06f4b6731d4c760bc5947fb7010434
|
|
||||||
generated: "2020-01-23T10:15:20.020312019+01:00"
|
|
|
@ -1,11 +1,25 @@
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: 2.11.4
|
name: netbox
|
||||||
description: |
|
description: |
|
||||||
An IP address management (IPAM) and data center infrastructure management (DCIM) tool.
|
An IP address management (IPAM) and data center infrastructure management (DCIM) tool.
|
||||||
|
|
||||||
Important; With chart version 3.0.0 the old nginx+gunicorn setup is no more, refer to
|
Important; With chart version 3.0.0 the old nginx+gunicorn setup is no more, refer to
|
||||||
https://github.com/netbox-community/netbox-docker/releases/tag/1.0.0 for more info.
|
https://github.com/netbox-community/netbox-docker/releases/tag/1.0.0 for more info.
|
||||||
icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico
|
icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico
|
||||||
name: netbox
|
appVersion: 2.11.4
|
||||||
|
|
||||||
|
type: application
|
||||||
version: 3.0.8
|
version: 3.0.8
|
||||||
|
maintainers:
|
||||||
|
- name: Alexander Olofsson
|
||||||
|
email: ace@haxalot.com
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: postgresql
|
||||||
|
version: ~8.9.4
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
condition: postgresql.enabled
|
||||||
|
- name: redis
|
||||||
|
version: ~10.6.12
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: postgresql
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 8.9.4
|
|
||||||
- name: redis
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 10.6.12
|
|
||||||
digest: sha256:501f2da7eac8d6ecf2616fb27c6b26a808515250dc32e38738fa26e8016dfb1f
|
|
||||||
generated: "2020-05-04T09:41:49.344324356+02:00"
|
|
|
@ -1,8 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: postgresql
|
|
||||||
version: ~8.9.4
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
condition: postgresql.enabled
|
|
||||||
- name: redis
|
|
||||||
version: ~10.6.12
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
Loading…
Reference in a new issue