-
-
Notifications
You must be signed in to change notification settings - Fork 782
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
Feature Proposal: Automatically update helm chart dependencies #16
Comments
Running Renovate manually and it's working, now I need to put it in a Job or Pipeline |
Nice!
You could use the official helm chart for this: It will deploy a kubernetes |
I tried that before but I reverted it, feels a bit weird. Anyway I'll play with it again to see which one is better. |
The Helm chart is working (a long debug session led me to this fix 983c8de), however the following steps will need to be automated:
|
Unfortunately, there is no way to generate a Gitea token with a specific value, so we must generate a token by hand and store it in Vault: homelab/platform/renovate/templates/secret.yaml Lines 18 to 19 in 4e8de63
It can be automated by generating the token from Gitea side, get the output and put it in to Vault, I've got it to work but it's kind of a mess. |
…from renovate/all-minor-patch into master Reviewed-on: https://git.zanelab.com/ops/homelab/pulls/16
…oan#16) from renovate/all-minor-patch into master Reviewed-on: https://git.zanelab.com/zhala/homelab/pulls/16
…from renovate/all-minor-patch into master Reviewed-on: https://git.qos.cc/ops/homelab/pulls/16
…ate/migrate-config into master Reviewed-on: https://git.west-beta.ts.net/ops/homelab2/pulls/16
…red docker tag to v2025' (khuedoan#16) from renovate/docker.io-cloudflare-cloudflared-2025.x into master Reviewed-on: https://git.havki.no/ops/homelab/pulls/16
Manually keeping all dependencies up to date can be a time consuming task which can easily be automated.
One possible solution for this is renovatebot which periodically checks for new versions and can create a pull request for each update found.
It can easily be deployed on kubernetes via helm and works with gitea out of the box.
The text was updated successfully, but these errors were encountered: