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.
|
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
|
name: netbox
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
|
|
|
@ -29,7 +29,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Chart.Name }}-worker
|
- name: {{ .Chart.Name }}-worker
|
||||||
command:
|
command:
|
||||||
- python3
|
- /opt/netbox/venv/bin/python3
|
||||||
- /opt/netbox/netbox/manage.py
|
- /opt/netbox/netbox/manage.py
|
||||||
- rqworker
|
- rqworker
|
||||||
image: "{{ .Values.image.repository }}:{{ include "netbox.imageTag" . }}"
|
image: "{{ .Values.image.repository }}:{{ include "netbox.imageTag" . }}"
|
||||||
|
|
Loading…
Reference in a new issue