Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-runtime-chart.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update Runtime Chart

on:
repository_dispatch:
types: [runtime-released]
schedule:
- cron: '0 * * * *'
workflow_dispatch:

permissions: {}
Expand Down
13 changes: 6 additions & 7 deletions charts/multica-runtime-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ in the [controller repository](https://github.com/korioinc/multica-runtime-contr

## Release automation

After publishing a verified multi-platform image and GitHub Release, the runtime
repository sends a `runtime-released` repository dispatch with the runtime
version, manifest digest, and source revision. The chart update workflow also
supports manual `workflow_dispatch` execution from GitHub Actions. Each run
checks the public GHCR package, updates `appVersion`, both digest-pinned image
references, and the Artifact Hub annotations, then increments the chart patch
version and publishes the new package.
The chart update workflow polls the public GHCR package hourly and supports the
same check through manual `workflow_dispatch` execution from GitHub Actions.
When a run discovers a newer stable runtime, the Helm-owned flow updates
`appVersion`, both digest-pinned image references, and the Artifact Hub
annotations, then increments the chart patch version and publishes the new
package.