holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
19 stars 0 forks source link

Image Updates via Holos userdata feature #228

Closed jeffmccune closed 3 months ago

jeffmccune commented 3 months ago

Use Holos native features to automatically update images from the main branch of an app repo.

Keep this as simple as possible using userdata. A workflow job in the holos-infra repository will twiddle the json file, render the platform, then commit the change and push it to main.

Another workflow job in the holos app repository will trigger the workflow job in the infra repository.

In the future, we may have an external service perform RBAC to ensure only trusted applications can trigger the job.