Skip to content

Commit e98d934

Browse files
committed
Update stable version to 0.13.1
1 parent c24c7a2 commit e98d934

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

docs/cluster-management/config.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@ log_group: cortex
4747
spot: false
4848

4949
# docker image paths
50-
image_python_serve: cortexlabs/python-serve:0.13.0
51-
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.13.0
52-
image_tf_serve: cortexlabs/tf-serve:0.13.0
53-
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.13.0
54-
image_tf_api: cortexlabs/tf-api:0.13.0
55-
image_onnx_serve: cortexlabs/onnx-serve:0.13.0
56-
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.13.0
57-
image_operator: cortexlabs/operator:0.13.0
58-
image_manager: cortexlabs/manager:0.13.0
59-
image_downloader: cortexlabs/downloader:0.13.0
60-
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.13.0
61-
image_metrics_server: cortexlabs/metrics-server:0.13.0
62-
image_nvidia: cortexlabs/nvidia:0.13.0
63-
image_fluentd: cortexlabs/fluentd:0.13.0
64-
image_statsd: cortexlabs/statsd:0.13.0
65-
image_istio_proxy: cortexlabs/istio-proxy:0.13.0
66-
image_istio_pilot: cortexlabs/istio-pilot:0.13.0
67-
image_istio_citadel: cortexlabs/istio-citadel:0.13.0
68-
image_istio_galley: cortexlabs/istio-galley:0.13.0
50+
image_python_serve: cortexlabs/python-serve:0.13.1
51+
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.13.1
52+
image_tf_serve: cortexlabs/tf-serve:0.13.1
53+
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.13.1
54+
image_tf_api: cortexlabs/tf-api:0.13.1
55+
image_onnx_serve: cortexlabs/onnx-serve:0.13.1
56+
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.13.1
57+
image_operator: cortexlabs/operator:0.13.1
58+
image_manager: cortexlabs/manager:0.13.1
59+
image_downloader: cortexlabs/downloader:0.13.1
60+
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.13.1
61+
image_metrics_server: cortexlabs/metrics-server:0.13.1
62+
image_nvidia: cortexlabs/nvidia:0.13.1
63+
image_fluentd: cortexlabs/fluentd:0.13.1
64+
image_statsd: cortexlabs/statsd:0.13.1
65+
image_istio_proxy: cortexlabs/istio-proxy:0.13.1
66+
image_istio_pilot: cortexlabs/istio-pilot:0.13.1
67+
image_istio_citadel: cortexlabs/istio-citadel:0.13.1
68+
image_istio_galley: cortexlabs/istio-galley:0.13.1
6969
```

get-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
CORTEX_VERSION_BRANCH_STABLE=0.13.0
19+
CORTEX_VERSION_BRANCH_STABLE=0.13.1
2020

2121
case "$OSTYPE" in
2222
darwin*) parsed_os="darwin" ;;

0 commit comments

Comments
 (0)