|
|
|
|
|
by olblak
1587 days ago
|
|
Kind of, the reason why it's a bit difficult to describe the project is because the different component mean different things to different people. I built updatecli so I could use it to help me maintain infrastructure as code, then bit by bit, I discovered how other people were using it to solve challenges that I didn't imagine. Scenario 1: https://github.com/jenkins-infra/kubernetes-management/blob/... We monitor the latest Certmanager chart version available and we bump our git repository so Helmfile can pick the latest version and update our Kubernetes clusters.
The purpose is to automate infrastructure as code. Scenario 2: https://github.com/updatecli/website/blob/master/updatecli/u...
We monitor the latest Updatecli version so we can update documentation on the website
The purpose is to keep documentation up to date Scenario 3: https://github.com/epinio/helm-charts/blob/main/updatecli/up...
We monitor our application so we can automatically release a new version of a helm chart
The purpose is to automate the release process. |
|