bryopsida / infra

A kubernetes infra repo using K3S, Ansible, and ArgoCD
The Unlicense
0 stars 0 forks source link

Create chart updater action #18

Open bryopsida opened 9 months ago

bryopsida commented 9 months ago

As a maintainer I want an action that runs on GitHub infra to check for updated chart versions, the action can be a part of the repo or a separate action repo but it must:

1) accept an input with a path to a config file in the repo, this will be used to map out the vars with chart versions and helm repos 2) have a generic config that maps a helm repo + chart name to yaml files with path expression pointing to the location of the version string 3) create individual PRs per helm chart update