-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dependency Updates and further development #4
Comments
If it is actually used I can look into this in the future. Back then I have wrote this mainly for self teaching the operator sdk. Now, I mostly use CI systems or my Backstage plugins for running it. https://github.com/secustor/backstage-plugins/tree/main |
I see. I'll take a look on your backstage plugins, that sounds awesome. Else yes, i'm interested in using it and probably also more people. Using a k8s operator would be much more appealing for me, that's why my next steps would be to write an operator I'm interested in contributing, if you can help me getting started to get a dev instance running. |
Basically there are 3 components.
the operator triggers "Runs" and the general configurations. This Runs are jobs which run the shipper. The shipper in turn runs the discovery for Renovate to create a list of targets to run Renovate against. Based on that list the shipper generates a an indexed Kubernetes job to run Renovate in batches. So you need to run ensure that the Shipper image is available in the cluster, but the operator can also be run outside To run the operator: Line 101 in ecaab16
To build the shipper: Line 210 in ecaab16
|
Hey man,
do you plan to setup automatic dependency updates for your project?
I'm very interested in this and would love to collaborate
or did you find a better solution than this operator?
The text was updated successfully, but these errors were encountered: