Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] add github workflow to the bump version of an Chart version #5196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jkroepke
Copy link
Member

@jkroepke jkroepke commented Jan 17, 2025

What this PR does / why we need it

xref: #4292

This PR continues the integration of Renovate into this repository. Unfortunately, Renovate cannot automatically bump the Helm chart version for changes made in the values files.

To address this, a support workflow has been added, which uses GitHub Actions to bump the version.

Additionally, the renovate.json file is configured to group version bumps by chart directory. Custom managers have been added from our internal company repository. These custom managers allow developers to enable automated dependency updates by adding Renovate annotations, using code comments. The regex patterns include common use cases, such as the following example:

image:
registry: quay.io
repository: prometheus/alertmanager
tag: v0.28.0

Once worked, the next iteration is extend the renovate-bump-chart-version workflow to run the hack/update*sh scripts.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant