Skip to content

Comments

feat(patterns): add chart-repo-watcher pattern#109

Draft
adamancini wants to merge 1 commit intomainfrom
adamancini/chart-repo-watcher-pattern
Draft

feat(patterns): add chart-repo-watcher pattern#109
adamancini wants to merge 1 commit intomainfrom
adamancini/chart-repo-watcher-pattern

Conversation

@adamancini
Copy link
Member

Summary

  • Adds a new pattern showing how to build a GitHub Actions workflow that watches an upstream Helm chart repo for new releases and automatically creates PRs with version bumps
  • Based on the akkoma application's akkoma-chart-update workflow, generalized for reuse
  • Covers adaptations for Helm repositories, OCI registries, monorepos, and multi-channel release strategies

Test plan

  • Verify README renders correctly on GitHub
  • Confirm workflow YAML is valid and matches the described behavior
  • Cross-reference against the live akkoma-chart-update workflow for accuracy

Add a pattern showing how to build a GitHub Actions workflow that
watches an upstream Helm chart repo for new releases and automatically
creates PRs with version bumps. Based on the akkoma application's
chart-update workflow.
@adamancini adamancini marked this pull request as draft February 16, 2026 21:20
@adamancini adamancini added type::feature type::docs Improvements or additions to documentation labels Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type::docs Improvements or additions to documentation type::feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant