You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG 1: postgresql image could not be pulled Solution replace container location from docker.io/bitnami/postgresql:11.8.0-debian-10-r14 to bitnami/postgresql:11.8.0-debian-10-r14
BUG 2: redis image could not be pulled Solution replace container location from docker.io/bitnami/redis:6.0.4-debian-10-r0 to bitnami/redis:6.0.4-debian-10-r0
BUG 3: netbox configuration error: REDIS_PORT enviroment variable was being set with: "tcp://x.x.x.x:6379" Solution set REDIS_PORT= 6379 in netbox ConfigMap
BUG 4:
I am new to Helm, but I couldn't make Chart Values to work. I tried:
Hi, thanks for installer the netbox chart,
I think I will do the solution for Bug, Bug2, Bug3
Not sure to understand the suggestion for Bug4, you PR is alrady accepted to fix Bug4.
Though, you can provide a configuration.py, via extraVolumeMounts.
For the questions:
a) Yes, we will try to follow semver, so not breaking the API on minor version. Please read the README.md to follow upgrade path on major version (but none exist today). The rules of https://github.com/netbox-community/netbox-docker still apply
b) Plugins is a new feature of netbox 2.8, we still hadn't had time to test that. We'll try that soon (nice plugin by the way)
What I tried:
helm install netbox-enix enix/netbox
BUG 1: postgresql image could not be pulled
Solution replace container location from
docker.io/bitnami/postgresql:11.8.0-debian-10-r14
tobitnami/postgresql:11.8.0-debian-10-r14
BUG 2: redis image could not be pulled
Solution replace container location from
docker.io/bitnami/redis:6.0.4-debian-10-r0
tobitnami/redis:6.0.4-debian-10-r0
BUG 3: netbox configuration error: REDIS_PORT enviroment variable was being set with: "tcp://x.x.x.x:6379"
Solution set REDIS_PORT= 6379 in netbox ConfigMap
BUG 4:
I am new to Helm, but I couldn't make Chart Values to work. I tried:
config.yaml
helm install -f config.yaml netbox-enix enix/netbox
and the PVC's did not add storageClassName config ...
Suggestion
Maybe you should put configuration.py in a configMap parameter.
Questions
a) Is it safe to apply netbox version upgrades with this helm chart ?
b) How can I use plugins with this helm chart ? I want to try https://github.com/iDebugAll/nextbox-ui-plugin
The text was updated successfully, but these errors were encountered: