nginx-gateway-fabric icon indicating copy to clipboard operation
nginx-gateway-fabric copied to clipboard

Keep OTel collector version updated in product telemetry functional test

Open pleshakov opened this issue 11 months ago • 4 comments

https://github.com/nginxinc/nginx-gateway-fabric/pull/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.

pleshakov avatar Mar 11 '24 19:03 pleshakov

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

github-actions[bot] avatar Mar 26 '24 02:03 github-actions[bot]

This issue was closed because it has been stalled for 14 days with no activity.

github-actions[bot] avatar Apr 10 '24 02:04 github-actions[bot]

#1832 Also adds a constant version which should be fixed to update automatically.

const (
    debugImage = "busybox:1.28"
)

bjee19 avatar Apr 17 '24 23:04 bjee19

Update: #1832 no longer adds a constant version and thus does not need to be taken into consideration.

bjee19 avatar Apr 25 '24 20:04 bjee19