@@ -94,7 +94,7 @@ type CoreConfig struct {
9494 ImageManager string `json:"image_manager" yaml:"image_manager"`
9595 ImageDownloader string `json:"image_downloader" yaml:"image_downloader"`
9696 ImageKubexit string `json:"image_kubexit" yaml:"image_kubexit"`
97- ImageRequestMonitor string `json:"image_request_monitor " yaml:"image_request_monitor "`
97+ ImageProxy string `json:"image_proxy " yaml:"image_proxy "`
9898 ImageAsyncGateway string `json:"image_async_gateway" yaml:"image_async_gateway"`
9999 ImageEnqueuer string `json:"image_enqueuer" yaml:"image_enqueuer"`
100100 ImageClusterAutoscaler string `json:"image_cluster_autoscaler" yaml:"image_cluster_autoscaler"`
@@ -354,9 +354,9 @@ var CoreConfigStructFieldValidations = []*cr.StructFieldValidation{
354354 },
355355 },
356356 {
357- StructField : "ImageRequestMonitor " ,
357+ StructField : "ImageProxy " ,
358358 StringValidation : & cr.StringValidation {
359- Default : consts .DefaultRegistry () + "/request-monitor :" + consts .CortexVersion ,
359+ Default : consts .DefaultRegistry () + "/proxy :" + consts .CortexVersion ,
360360 Validator : validateImageVersion ,
361361 },
362362 },
@@ -1363,8 +1363,8 @@ func (cc *CoreConfig) TelemetryEvent() map[string]interface{} {
13631363 if ! strings .HasPrefix (cc .ImageKubexit , "cortexlabs/" ) {
13641364 event ["image_kubexit._is_custom" ] = true
13651365 }
1366- if ! strings .HasPrefix (cc .ImageRequestMonitor , "cortexlabs/" ) {
1367- event ["image_request_monitor ._is_custom" ] = true
1366+ if ! strings .HasPrefix (cc .ImageProxy , "cortexlabs/" ) {
1367+ event ["image_proxy ._is_custom" ] = true
13681368 }
13691369 if ! strings .HasPrefix (cc .ImageAsyncGateway , "cortexlabs/" ) {
13701370 event ["image_async_gateway._is_custom" ] = true
0 commit comments