netbox: Fix workers with netbox-docker 1.0.0+

This commit is contained in:
Alexander Olofsson 2021-01-29 13:06:23 +01:00
parent e8b01f68b3
commit e1fd3439d4
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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" . }}"