netbox: Fix workers with netbox-docker 1.0.0+
This commit is contained in:
parent
e8b01f68b3
commit
e1fd3439d4
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@ description: |
|
|||
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
|
||||
name: netbox
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
|
|
|
@ -29,7 +29,7 @@ spec:
|
|||
containers:
|
||||
- name: {{ .Chart.Name }}-worker
|
||||
command:
|
||||
- python3
|
||||
- /opt/netbox/venv/bin/python3
|
||||
- /opt/netbox/netbox/manage.py
|
||||
- rqworker
|
||||
image: "{{ .Values.image.repository }}:{{ include "netbox.imageTag" . }}"
|
||||
|
|
Loading…
Reference in a new issue