-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this helm chart expecting a maximum or minimum version of invenio?
Versioning:
Helm master pulled on sept 25, 2024
container version derived from registry.cern.ch/inveniosoftware/almalinux:latest including default latest invenio from pip (invenio-3.4.1)
Describe the bug
Installer pod outright fails:
jwhite@proxmox0:~/invenio$ kubectl logs install-init-l5vtw -n invenio
Usage: invenio [OPTIONS] COMMAND [ARGS]...
Try 'invenio --help' for help.
Error: No such command 'db'.
Steps to Reproduce
git clone https://github.com/inveniosoftware/helm-invenio.git; cd helm-invenio/charts/invenio- customize overrides.yml for site including local docker repo with above-mentioned versioning for container
helm install -f overrides.yaml -n invenio invenio .- check kubectl logs for installer pod
Expected behavior
installer pod completes without error
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working