@@ -37,23 +37,23 @@ export CORTEX_NODES_MIN=2
3737export CORTEX_NODES_MAX=5
3838
3939# Image paths
40- export CORTEX_IMAGE_MANAGER=" cortexlabs/manager:0.9.1 "
41- export CORTEX_IMAGE_FLUENTD=" cortexlabs/fluentd:0.9.1 "
42- export CORTEX_IMAGE_STATSD=" cortexlabs/statsd:0.9.1 "
43- export CORTEX_IMAGE_OPERATOR=" cortexlabs/operator:0.9.1 "
44- export CORTEX_IMAGE_TF_SERVE=" cortexlabs/tf-serve:0.9.1 "
45- export CORTEX_IMAGE_TF_API=" cortexlabs/tf-api:0.9.1 "
46- export CORTEX_IMAGE_TF_SERVE_GPU=" cortexlabs/tf-serve-gpu:0.9.1 "
47- export CORTEX_IMAGE_ONNX_SERVE=" cortexlabs/onnx-serve:0.9.1 "
48- export CORTEX_IMAGE_ONNX_SERVE_GPU=" cortexlabs/onnx-serve-gpu:0.9.1 "
49- export CORTEX_IMAGE_CLUSTER_AUTOSCALER=" cortexlabs/cluster-autoscaler:0.9.1 "
50- export CORTEX_IMAGE_NVIDIA=" cortexlabs/nvidia:0.9.1 "
51- export CORTEX_IMAGE_METRICS_SERVER=" cortexlabs/metrics-server:0.9.1 "
52- export CORTEX_IMAGE_ISTIO_PROXY=" cortexlabs/istio-proxy:0.9.1 "
53- export CORTEX_IMAGE_ISTIO_PILOT=" cortexlabs/istio-pilot:0.9.1 "
54- export CORTEX_IMAGE_ISTIO_CITADEL=" cortexlabs/istio-citadel:0.9.1 "
55- export CORTEX_IMAGE_ISTIO_GALLEY=" cortexlabs/istio-galley:0.9.1 "
56- export CORTEX_IMAGE_DOWNLOADER=" cortexlabs/downloader:0.9.1 "
40+ export CORTEX_IMAGE_MANAGER=" cortexlabs/manager:0.9.2 "
41+ export CORTEX_IMAGE_FLUENTD=" cortexlabs/fluentd:0.9.2 "
42+ export CORTEX_IMAGE_STATSD=" cortexlabs/statsd:0.9.2 "
43+ export CORTEX_IMAGE_OPERATOR=" cortexlabs/operator:0.9.2 "
44+ export CORTEX_IMAGE_TF_SERVE=" cortexlabs/tf-serve:0.9.2 "
45+ export CORTEX_IMAGE_TF_API=" cortexlabs/tf-api:0.9.2 "
46+ export CORTEX_IMAGE_TF_SERVE_GPU=" cortexlabs/tf-serve-gpu:0.9.2 "
47+ export CORTEX_IMAGE_ONNX_SERVE=" cortexlabs/onnx-serve:0.9.2 "
48+ export CORTEX_IMAGE_ONNX_SERVE_GPU=" cortexlabs/onnx-serve-gpu:0.9.2 "
49+ export CORTEX_IMAGE_CLUSTER_AUTOSCALER=" cortexlabs/cluster-autoscaler:0.9.2 "
50+ export CORTEX_IMAGE_NVIDIA=" cortexlabs/nvidia:0.9.2 "
51+ export CORTEX_IMAGE_METRICS_SERVER=" cortexlabs/metrics-server:0.9.2 "
52+ export CORTEX_IMAGE_ISTIO_PROXY=" cortexlabs/istio-proxy:0.9.2 "
53+ export CORTEX_IMAGE_ISTIO_PILOT=" cortexlabs/istio-pilot:0.9.2 "
54+ export CORTEX_IMAGE_ISTIO_CITADEL=" cortexlabs/istio-citadel:0.9.2 "
55+ export CORTEX_IMAGE_ISTIO_GALLEY=" cortexlabs/istio-galley:0.9.2 "
56+ export CORTEX_IMAGE_DOWNLOADER=" cortexlabs/downloader:0.9.2 "
5757
5858# Flag to enable collecting error reports and usage stats. If flag is not set to either "true" or "false", you will be prompted.
5959export CORTEX_ENABLE_TELEMETRY=" "
0 commit comments