canonical / charmed-kubeflow-workflows

Repository that containes GitHub workflows and shareable configs for Charmed Kubeflow
0 stars 0 forks source link

Add automation for updating fields in re-usable yaml files #2

Open DnPlas opened 1 year ago

DnPlas commented 1 year ago

There are fields that would be constantly changed, for example:

runs-on: ubuntu-20.04 charmcraft-channel: latest/candidate bootstrap-options: --agent-version="2.9.42" <- maybe with less frequency

We could try to add wildcards or something that help us reduce maintenance.