-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invenio versioning #127
Comments
I'm not sure the init Job works. It's been there since before I did my pretty significant rewrites of the chart and I never used the init Job so maybe it's broken. I might look into it some day, unless someone fixes it before I do. What I typically do WORKER_POD_NAME="$(kubectl get pods -l app=worker -o jsonpath='{.items[0].metadata.name}')"
kubectl exec -it "${WORKER_POD_NAME:?}" -- bash -c 'yes | /opt/invenio/src/wipe_recreate.sh' |
Thanks for that. Do you folks have a recommended base dockerfile for the web/worker/etc? Or even "what packages should I be jamming on top of registry.cern.ch/inveniosoftware/almalinux:latest ? I keep running into paths missing, etc.
|
I have requested that they set a "known good image" by default, so it's easier to get started. I think it was delayed because v12 was not released. Now it is, so perhaps it's possible to revisit that topic. When I've been testing things, I've used |
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:
Steps to Reproduce
git clone https://github.com/inveniosoftware/helm-invenio.git; cd helm-invenio/charts/invenio
helm install -f overrides.yaml -n invenio invenio .
Expected behavior
installer pod completes without error
The text was updated successfully, but these errors were encountered: