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
#1659 added a functional test that install OTel collector in a cluster using helm.
For predictability, the version of the chart is kept static in a go file:
const (
. . .
collectorChartVersion="0.73.1"
)
Find a automated way to keep the version updated here similar to dependabot.
The text was updated successfully, but these errors were encountered:
sjberman
added
backlog
Currently unprioritized work. May change with user feedback or as the product progresses.
and removed
stale
Pull requests/issues with no activity
labels
Apr 10, 2024
#1659 added a functional test that install OTel collector in a cluster using helm.
For predictability, the version of the chart is kept static in a go file:
Find a automated way to keep the version updated here similar to dependabot.
The text was updated successfully, but these errors were encountered: