Skip to content

Commit

Permalink
Update stable version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deliahu committed Jan 29, 2020
1 parent c24c7a2 commit e98d934
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions docs/cluster-management/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@ log_group: cortex
spot: false

# docker image paths
image_python_serve: cortexlabs/python-serve:0.13.0
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.13.0
image_tf_serve: cortexlabs/tf-serve:0.13.0
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.13.0
image_tf_api: cortexlabs/tf-api:0.13.0
image_onnx_serve: cortexlabs/onnx-serve:0.13.0
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.13.0
image_operator: cortexlabs/operator:0.13.0
image_manager: cortexlabs/manager:0.13.0
image_downloader: cortexlabs/downloader:0.13.0
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.13.0
image_metrics_server: cortexlabs/metrics-server:0.13.0
image_nvidia: cortexlabs/nvidia:0.13.0
image_fluentd: cortexlabs/fluentd:0.13.0
image_statsd: cortexlabs/statsd:0.13.0
image_istio_proxy: cortexlabs/istio-proxy:0.13.0
image_istio_pilot: cortexlabs/istio-pilot:0.13.0
image_istio_citadel: cortexlabs/istio-citadel:0.13.0
image_istio_galley: cortexlabs/istio-galley:0.13.0
image_python_serve: cortexlabs/python-serve:0.13.1
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.13.1
image_tf_serve: cortexlabs/tf-serve:0.13.1
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.13.1
image_tf_api: cortexlabs/tf-api:0.13.1
image_onnx_serve: cortexlabs/onnx-serve:0.13.1
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.13.1
image_operator: cortexlabs/operator:0.13.1
image_manager: cortexlabs/manager:0.13.1
image_downloader: cortexlabs/downloader:0.13.1
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.13.1
image_metrics_server: cortexlabs/metrics-server:0.13.1
image_nvidia: cortexlabs/nvidia:0.13.1
image_fluentd: cortexlabs/fluentd:0.13.1
image_statsd: cortexlabs/statsd:0.13.1
image_istio_proxy: cortexlabs/istio-proxy:0.13.1
image_istio_pilot: cortexlabs/istio-pilot:0.13.1
image_istio_citadel: cortexlabs/istio-citadel:0.13.1
image_istio_galley: cortexlabs/istio-galley:0.13.1
```
2 changes: 1 addition & 1 deletion get-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

CORTEX_VERSION_BRANCH_STABLE=0.13.0
CORTEX_VERSION_BRANCH_STABLE=0.13.1

case "$OSTYPE" in
darwin*) parsed_os="darwin" ;;
Expand Down

0 comments on commit e98d934

Please sign in to comment.