-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
How to install plugins is not documented? (scroll down👇) #76
Comments
I can put in a PR for this after we figure out which directories to mount for the npm init container. |
I am having a ton more issues than I thought I would when trying to do this with an Output
Applicable helmfile config:
I think I am super close to having a working prototype, but am by no means an |
If you're using a Verdaccio 5.x image, yarn's Maybe removing that one bit would be enough. Once I found the pnp thing though I personally made my own docker image to make sure yarn was totally happy :( I also understand that Verdaccio 6 no longer uses yarn, so that issue is totally specific to 5.x |
With these posts as inspiration, I was able to use the following with success after quite a few failed attempts:
I'm sure a few of the permissions here probably don't need to be specified, but doesn't seem to hurt. (Thanks for Verdaccio! Next step for me is trying to implement controlled cache updates, which I'm thinking using s3 and multiple instances will accomplish) |
Maybe we should add either add this to the readme or website, somehow thanks @ejhatch great contribution |
When I get time I would like to just update the helm chart. I think in the values.yaml we could do something like:
This is pretty much what Jenkins does: https://github.com/jenkinsci/helm-charts/blob/jenkins-3.9.3/charts/jenkins/values.yaml#L237-L241 |
Hi,
I was browsing both README and Values.yaml and can't find a way to install plugins to Verdaccio using the helm chart.
I really was hoping to get it to work some way without having to rebuild a container image with the plugins I require.
Asking this because I need a running Verdaccio with both ldap and gcloud storage plugins (or minio storage).
The text was updated successfully, but these errors were encountered: