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.
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.