You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We see we are lacking behind lots of version in our Charts if we are not constantly updating them.
Describe the solution you'd like
I would love some kind of automation for PR Creation like @dependabot already does for our GitHub Actions but for updating the targetRevision we are using in our apps-of-apps charts.
Describe alternatives you've considered
Creating issues with a script, I'm already using.
Affected chart
All apps-of-apps charts targeting a Chart Revision over the values.yaml
Additional context
The bot /script needs to make sure the targetRevisioon is updated inside the values.yaml, also, as long as we aren't automating the chart version bumping (#218) , it has to do that too. In the end, pre-commit run -a needs to be run to update all README.mds.
See PR #357 as example update of a targetRevision inside a app-of-apps chart
See Issue
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We see we are lacking behind lots of version in our Charts if we are not constantly updating them.
Describe the solution you'd like
I would love some kind of automation for PR Creation like @dependabot already does for our GitHub Actions but for updating the targetRevision we are using in our apps-of-apps charts.
Describe alternatives you've considered
Creating issues with a script, I'm already using.
Affected chart
All apps-of-apps charts targeting a Chart Revision over the
values.yaml
Additional context
The bot /script needs to make sure the targetRevisioon is updated inside the values.yaml, also, as long as we aren't automating the chart version bumping (#218) , it has to do that too. In the end,
pre-commit run -a
needs to be run to update allREADME.md
s.See PR #357 as example update of a targetRevision inside a app-of-apps chart
See Issue
The text was updated successfully, but these errors were encountered: