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: separate updating helm values from helm charts #522

Closed paulfantom closed 2 years ago

paulfantom commented 2 years ago

Description

By separating helm chart updates from helm values updates we can still have automatic updates for container images regardless of changes carried by the helm charts.

By example instead of getting one PR like https://github.com/timescale/tobs/pull/515 which updates container images and otel-operator helm chart, we should get 2 PRs - one for image updates and one for otel-operator helm chart. This in turn allows us to still update images regardless of issues with otel-operator helm chart.

Type of change

What type of changes does your code introduce to tobs? Put an x in the box that apply.