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
{{ message }}
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
When installing via chart, the backstage container fails its init phase:
runc create failed: unable to start container process: exec: "./install-dynamic-plugins.sh": stat ./install-dynamic-plugins.sh: no such file or directory"
Expected Behavior
The container starts.
What are the steps to reproduce this bug?
Follow instructions in the README
Add helm repos
(optional) customize values
Helm install
Versions of software used and environment
OCP 4.14 fresh install with ODF
OCP 4.13 fresh install with ODF
The text was updated successfully, but these errors were encountered:
This bug is currently due to quay.io/janus-idp/backstage-showcase:latest still pointing to an image from before dynamic plugins were added (hence the missing ./install-dynamic-plugins.sh file).
A workaround at the moment is to change the upstream.backstage.image.tag field in the values.yaml to next or any of newer images in quay.io/janus-idp/backstage-showcase.
i.e. helm upgrade -i <release_name> janus-idp/backstage --set upstream.backstage.image.tag=next
Describe the bug
When installing via chart, the backstage container fails its init phase:
runc create failed: unable to start container process: exec: "./install-dynamic-plugins.sh": stat ./install-dynamic-plugins.sh: no such file or directory"
Expected Behavior
The container starts.
What are the steps to reproduce this bug?
Versions of software used and environment
OCP 4.14 fresh install with ODF
OCP 4.13 fresh install with ODF
The text was updated successfully, but these errors were encountered: