| 
12 | 12 | <!-- CORTEX_VERSION_README -->  | 
13 | 13 | ```bash  | 
14 | 14 | # install the cortex CLI  | 
15 |  | -bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.0/get-cli.sh)"  | 
 | 15 | +bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.1/get-cli.sh)"  | 
16 | 16 | 
 
  | 
17 | 17 | # create a cluster  | 
18 | 18 | cortex cluster up cluster.yaml  | 
@@ -101,32 +101,32 @@ The docker images used by the cluster can also be overridden. They can be config  | 
101 | 101 | 
  | 
102 | 102 | <!-- CORTEX_VERSION_BRANCH_STABLE -->  | 
103 | 103 | ```yaml  | 
104 |  | -image_manager: quay.io/cortexlabs/manager:0.39.0  | 
105 |  | -image_operator: quay.io/cortexlabs/operator:0.39.0  | 
106 |  | -image_controller_manager: quay.io/cortexlabs/controller-manager:0.39.0  | 
107 |  | -image_autoscaler: quay.io/cortexlabs/autoscaler:0.39.0  | 
108 |  | -image_proxy: quay.io/cortexlabs/proxy:0.39.0  | 
109 |  | -image_async_gateway: quay.io/cortexlabs/async-gateway:0.39.0  | 
110 |  | -image_activator: quay.io/cortexlabs/activator:0.39.0  | 
111 |  | -image_enqueuer: quay.io/cortexlabs/enqueuer:0.39.0  | 
112 |  | -image_dequeuer: quay.io/cortexlabs/dequeuer:0.39.0  | 
113 |  | -image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:0.39.0  | 
114 |  | -image_metrics_server: quay.io/cortexlabs/metrics-server:0.39.0  | 
115 |  | -image_nvidia_device_plugin: quay.io/cortexlabs/nvidia-device-plugin:0.39.0  | 
116 |  | -image_neuron_device_plugin: quay.io/cortexlabs/neuron-device-plugin:0.39.0  | 
117 |  | -image_neuron_scheduler: quay.io/cortexlabs/neuron-scheduler:0.39.0  | 
118 |  | -image_fluent_bit: quay.io/cortexlabs/fluent-bit:0.39.0  | 
119 |  | -image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.39.0  | 
120 |  | -image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.39.0  | 
121 |  | -image_prometheus: quay.io/cortexlabs/prometheus:0.39.0  | 
122 |  | -image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:0.39.0  | 
123 |  | -image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:0.39.0  | 
124 |  | -image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:0.39.0  | 
125 |  | -image_prometheus_dcgm_exporter: quay.io/cortexlabs/prometheus-dcgm-exporter:0.39.0  | 
126 |  | -image_prometheus_kube_state_metrics: quay.io/cortexlabs/prometheus-kube-state-metrics:0.39.0  | 
127 |  | -image_prometheus_node_exporter: quay.io/cortexlabs/prometheus-node-exporter:0.39.0  | 
128 |  | -image_kube_rbac_proxy: quay.io/cortexlabs/kube-rbac-proxy:0.39.0  | 
129 |  | -image_grafana: quay.io/cortexlabs/grafana:0.39.0  | 
130 |  | -image_event_exporter: quay.io/cortexlabs/event-exporter:0.39.0  | 
131 |  | -image_kubexit: quay.io/cortexlabs/kubexit:0.39.0  | 
 | 104 | +image_manager: quay.io/cortexlabs/manager:0.39.1  | 
 | 105 | +image_operator: quay.io/cortexlabs/operator:0.39.1  | 
 | 106 | +image_controller_manager: quay.io/cortexlabs/controller-manager:0.39.1  | 
 | 107 | +image_autoscaler: quay.io/cortexlabs/autoscaler:0.39.1  | 
 | 108 | +image_proxy: quay.io/cortexlabs/proxy:0.39.1  | 
 | 109 | +image_async_gateway: quay.io/cortexlabs/async-gateway:0.39.1  | 
 | 110 | +image_activator: quay.io/cortexlabs/activator:0.39.1  | 
 | 111 | +image_enqueuer: quay.io/cortexlabs/enqueuer:0.39.1  | 
 | 112 | +image_dequeuer: quay.io/cortexlabs/dequeuer:0.39.1  | 
 | 113 | +image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:0.39.1  | 
 | 114 | +image_metrics_server: quay.io/cortexlabs/metrics-server:0.39.1  | 
 | 115 | +image_nvidia_device_plugin: quay.io/cortexlabs/nvidia-device-plugin:0.39.1  | 
 | 116 | +image_neuron_device_plugin: quay.io/cortexlabs/neuron-device-plugin:0.39.1  | 
 | 117 | +image_neuron_scheduler: quay.io/cortexlabs/neuron-scheduler:0.39.1  | 
 | 118 | +image_fluent_bit: quay.io/cortexlabs/fluent-bit:0.39.1  | 
 | 119 | +image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.39.1  | 
 | 120 | +image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.39.1  | 
 | 121 | +image_prometheus: quay.io/cortexlabs/prometheus:0.39.1  | 
 | 122 | +image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:0.39.1  | 
 | 123 | +image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:0.39.1  | 
 | 124 | +image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:0.39.1  | 
 | 125 | +image_prometheus_dcgm_exporter: quay.io/cortexlabs/prometheus-dcgm-exporter:0.39.1  | 
 | 126 | +image_prometheus_kube_state_metrics: quay.io/cortexlabs/prometheus-kube-state-metrics:0.39.1  | 
 | 127 | +image_prometheus_node_exporter: quay.io/cortexlabs/prometheus-node-exporter:0.39.1  | 
 | 128 | +image_kube_rbac_proxy: quay.io/cortexlabs/kube-rbac-proxy:0.39.1  | 
 | 129 | +image_grafana: quay.io/cortexlabs/grafana:0.39.1  | 
 | 130 | +image_event_exporter: quay.io/cortexlabs/event-exporter:0.39.1  | 
 | 131 | +image_kubexit: quay.io/cortexlabs/kubexit:0.39.1  | 
132 | 132 | ```  | 
0 commit comments