diff --git a/internal/mode/static/telemetry/collector.go b/internal/mode/static/telemetry/collector.go index ffcd6c2a7f..76ca0ad7f6 100644 --- a/internal/mode/static/telemetry/collector.go +++ b/internal/mode/static/telemetry/collector.go @@ -52,7 +52,6 @@ type ProjectMetadata struct { type Data struct { ProjectMetadata ProjectMetadata ClusterID string - ImageSource string Arch string DeploymentID string ImageSource string @@ -135,7 +134,6 @@ func (c DataCollectorImpl) Collect(ctx context.Context) (Data, error) { ImageSource: c.cfg.ImageSource, Arch: runtime.GOARCH, DeploymentID: deploymentID, - ImageSource: c.cfg.ImageSource, } return data, nil