diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 06f2e0a..e9f0cc9 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -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 diff --git a/charts/netbox/templates/deployment-worker.yaml b/charts/netbox/templates/deployment-worker.yaml index f78f971..882aa9d 100644 --- a/charts/netbox/templates/deployment-worker.yaml +++ b/charts/netbox/templates/deployment-worker.yaml @@ -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" . }}"