timescale / tobs

tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
Apache License 2.0
563 stars 60 forks source link

.github: reconfigure renovate #548

Closed paulfantom closed 2 years ago

paulfantom commented 2 years ago

What this PR does / why we need it

1) Fixing cert-manager updates via renovate 2) Allowing renovate to bump chart version when doing dependency chart updates 3) Groupping helm values updates with helm dependencies updates to allow chart version updates. This is needed as https://github.com/renovatebot/renovate/issues/8231 is not complete. 4) Testing our CI gating of version updates.

Which issue this PR fixes

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

Special notes for your reviewer

Checklist

paulfantom commented 2 years ago

Seems like ct is smart enough to require version bumps only when changes are made to the chart. In case like here where chart is not modified ct is not requiring a version bump.