@@ -1614,82 +1614,82 @@ func (cc *CoreConfig) TelemetryEvent() map[string]interface{} {
1614
1614
1615
1615
event ["region" ] = cc .Region
1616
1616
1617
- if ! strings .HasPrefix (cc .ImageOperator , "cortexlabs/" ) {
1617
+ if ! strings .HasPrefix (cc .ImageOperator , "quay.io/ cortexlabs/" ) {
1618
1618
event ["image_operator._is_custom" ] = true
1619
1619
}
1620
- if ! strings .HasPrefix (cc .ImageControllerManager , "cortexlabs/" ) {
1620
+ if ! strings .HasPrefix (cc .ImageControllerManager , "quay.io/ cortexlabs/" ) {
1621
1621
event ["image_operator_controller_manager._is_custom" ] = true
1622
1622
}
1623
- if ! strings .HasPrefix (cc .ImageManager , "cortexlabs/" ) {
1623
+ if ! strings .HasPrefix (cc .ImageManager , "quay.io/ cortexlabs/" ) {
1624
1624
event ["image_manager._is_custom" ] = true
1625
1625
}
1626
- if ! strings .HasPrefix (cc .ImageKubexit , "cortexlabs/" ) {
1626
+ if ! strings .HasPrefix (cc .ImageKubexit , "quay.io/ cortexlabs/" ) {
1627
1627
event ["image_kubexit._is_custom" ] = true
1628
1628
}
1629
- if ! strings .HasPrefix (cc .ImageProxy , "cortexlabs/" ) {
1629
+ if ! strings .HasPrefix (cc .ImageProxy , "quay.io/ cortexlabs/" ) {
1630
1630
event ["image_proxy._is_custom" ] = true
1631
1631
}
1632
- if ! strings .HasPrefix (cc .ImageAsyncGateway , "cortexlabs/" ) {
1632
+ if ! strings .HasPrefix (cc .ImageAsyncGateway , "quay.io/ cortexlabs/" ) {
1633
1633
event ["image_async_gateway._is_custom" ] = true
1634
1634
}
1635
- if ! strings .HasPrefix (cc .ImageEnqueuer , "cortexlabs/" ) {
1635
+ if ! strings .HasPrefix (cc .ImageEnqueuer , "quay.io/ cortexlabs/" ) {
1636
1636
event ["image_enqueuer._is_custom" ] = true
1637
1637
}
1638
- if ! strings .HasPrefix (cc .ImageDequeuer , "cortexlabs/" ) {
1638
+ if ! strings .HasPrefix (cc .ImageDequeuer , "quay.io/ cortexlabs/" ) {
1639
1639
event ["image_dequeuer._is_custom" ] = true
1640
1640
}
1641
- if ! strings .HasPrefix (cc .ImageClusterAutoscaler , "cortexlabs/" ) {
1641
+ if ! strings .HasPrefix (cc .ImageClusterAutoscaler , "quay.io/ cortexlabs/" ) {
1642
1642
event ["image_cluster_autoscaler._is_custom" ] = true
1643
1643
}
1644
- if ! strings .HasPrefix (cc .ImageMetricsServer , "cortexlabs/" ) {
1644
+ if ! strings .HasPrefix (cc .ImageMetricsServer , "quay.io/ cortexlabs/" ) {
1645
1645
event ["image_metrics_server._is_custom" ] = true
1646
1646
}
1647
- if ! strings .HasPrefix (cc .ImageNvidiaDevicePlugin , "cortexlabs/" ) {
1647
+ if ! strings .HasPrefix (cc .ImageNvidiaDevicePlugin , "quay.io/ cortexlabs/" ) {
1648
1648
event ["image_nvidia_device_plugin._is_custom" ] = true
1649
1649
}
1650
- if ! strings .HasPrefix (cc .ImageNeuronDevicePlugin , "cortexlabs/" ) {
1650
+ if ! strings .HasPrefix (cc .ImageNeuronDevicePlugin , "quay.io/ cortexlabs/" ) {
1651
1651
event ["image_neuron_device_plugin._is_custom" ] = true
1652
1652
}
1653
- if ! strings .HasPrefix (cc .ImageNeuronScheduler , "cortexlabs/" ) {
1653
+ if ! strings .HasPrefix (cc .ImageNeuronScheduler , "quay.io/ cortexlabs/" ) {
1654
1654
event ["image_neuron_scheduler._is_custom" ] = true
1655
1655
}
1656
- if ! strings .HasPrefix (cc .ImageFluentBit , "cortexlabs/" ) {
1656
+ if ! strings .HasPrefix (cc .ImageFluentBit , "quay.io/ cortexlabs/" ) {
1657
1657
event ["image_fluent_bit._is_custom" ] = true
1658
1658
}
1659
- if ! strings .HasPrefix (cc .ImageIstioProxy , "cortexlabs/" ) {
1659
+ if ! strings .HasPrefix (cc .ImageIstioProxy , "quay.io/ cortexlabs/" ) {
1660
1660
event ["image_istio_proxy._is_custom" ] = true
1661
1661
}
1662
- if ! strings .HasPrefix (cc .ImageIstioPilot , "cortexlabs/" ) {
1662
+ if ! strings .HasPrefix (cc .ImageIstioPilot , "quay.io/ cortexlabs/" ) {
1663
1663
event ["image_istio_pilot._is_custom" ] = true
1664
1664
}
1665
- if strings .HasPrefix (cc .ImagePrometheus , "cortexlabs/" ) {
1665
+ if strings .HasPrefix (cc .ImagePrometheus , "quay.io/ cortexlabs/" ) {
1666
1666
event ["image_prometheus._is_custom" ] = true
1667
1667
}
1668
- if strings .HasPrefix (cc .ImagePrometheusConfigReloader , "cortexlabs/" ) {
1668
+ if strings .HasPrefix (cc .ImagePrometheusConfigReloader , "quay.io/ cortexlabs/" ) {
1669
1669
event ["image_prometheus_config_reloader._is_custom" ] = true
1670
1670
}
1671
- if strings .HasPrefix (cc .ImagePrometheusOperator , "cortexlabs/" ) {
1671
+ if strings .HasPrefix (cc .ImagePrometheusOperator , "quay.io/ cortexlabs/" ) {
1672
1672
event ["image_prometheus_operator._is_custom" ] = true
1673
1673
}
1674
- if strings .HasPrefix (cc .ImagePrometheusStatsDExporter , "cortexlabs/" ) {
1674
+ if strings .HasPrefix (cc .ImagePrometheusStatsDExporter , "quay.io/ cortexlabs/" ) {
1675
1675
event ["image_prometheus_statsd_exporter._is_custom" ] = true
1676
1676
}
1677
- if strings .HasPrefix (cc .ImagePrometheusDCGMExporter , "cortexlabs/" ) {
1677
+ if strings .HasPrefix (cc .ImagePrometheusDCGMExporter , "quay.io/ cortexlabs/" ) {
1678
1678
event ["image_prometheus_dcgm_exporter._is_custom" ] = true
1679
1679
}
1680
- if strings .HasPrefix (cc .ImagePrometheusKubeStateMetrics , "cortexlabs/" ) {
1680
+ if strings .HasPrefix (cc .ImagePrometheusKubeStateMetrics , "quay.io/ cortexlabs/" ) {
1681
1681
event ["image_prometheus_kube_state_metrics._is_custom" ] = true
1682
1682
}
1683
- if strings .HasPrefix (cc .ImagePrometheusNodeExporter , "cortexlabs/" ) {
1683
+ if strings .HasPrefix (cc .ImagePrometheusNodeExporter , "quay.io/ cortexlabs/" ) {
1684
1684
event ["image_prometheus_node_exporter._is_custom" ] = true
1685
1685
}
1686
- if strings .HasPrefix (cc .ImageKubeRBACProxy , "cortexlabs/" ) {
1686
+ if strings .HasPrefix (cc .ImageKubeRBACProxy , "quay.io/ cortexlabs/" ) {
1687
1687
event ["image_kube_rbac_proxy._is_custom" ] = true
1688
1688
}
1689
- if strings .HasPrefix (cc .ImageGrafana , "cortexlabs/" ) {
1689
+ if strings .HasPrefix (cc .ImageGrafana , "quay.io/ cortexlabs/" ) {
1690
1690
event ["image_grafana._is_custom" ] = true
1691
1691
}
1692
- if strings .HasPrefix (cc .ImageEventExporter , "cortexlabs/" ) {
1692
+ if strings .HasPrefix (cc .ImageEventExporter , "quay.io/ cortexlabs/" ) {
1693
1693
event ["image_event_exporter._is_custom" ] = true
1694
1694
}
1695
1695
0 commit comments