https://github.com/mjpitz/renovate-gitops
ArgoCD + Renovate Demonstration - Automatically upgrade application versions
https://github.com/mjpitz/renovate-gitops
Last synced: 6 months ago
JSON representation
ArgoCD + Renovate Demonstration - Automatically upgrade application versions
- Host: GitHub
- URL: https://github.com/mjpitz/renovate-gitops
- Owner: mjpitz
- License: mit
- Created: 2020-12-02T22:18:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T20:33:41.000Z (over 5 years ago)
- Last Synced: 2025-08-21T08:52:35.074Z (11 months ago)
- Size: 20.5 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArgoCD + Renovate
Demonstrates how to use [Renovate]() to manage application versions deployed with [ArgoCD]().
Staying up to date on the latest versions of applications is often a time consuming and tedious task.
This setup shows how you can automate that toil away.
[Renovate]: https://github.com/renovatebot/
[ArgoCD]: https://github.com/argoproj/argo-cd/
## Getting Started
See this blog post: https://mjpitz.com/blog/2020/12/03/renovate-your-gitops/
The directions that were previously here were just a placeholder while I got the post in place.