diff --git a/stable/horovod/Chart.yaml b/stable/horovod/Chart.yaml index e0986652bf..3b260286d3 100644 --- a/stable/horovod/Chart.yaml +++ b/stable/horovod/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for deploying Horovod name: horovod -version: "0.1.1" +version: "0.1.2" appVersion: "0.12.1" sources: - https://github.com/uber/horovod diff --git a/stable/horovod/OWNERS b/stable/horovod/OWNERS new file mode 100644 index 0000000000..0dfc977918 --- /dev/null +++ b/stable/horovod/OWNERS @@ -0,0 +1,4 @@ +approvers: +- cheyang +reviewers: +- cheyang diff --git a/stable/horovod/README.md b/stable/horovod/README.md index 75d04f722e..648a874c84 100644 --- a/stable/horovod/README.md +++ b/stable/horovod/README.md @@ -12,7 +12,7 @@ This chart bootstraps Horovod which is a Distributed TensorFlow Framework on a K ## Build Docker Image -You can download [offical Horovod Dockerfile](https://github.com/uber/horovod/blob/master/Dockerfile), then modify it according to your requirement, e.g. select a different CUDA, TensorFlow or Python version. +You can download [official Horovod Dockerfile](https://github.com/uber/horovod/blob/master/Dockerfile), then modify it according to your requirement, e.g. select a different CUDA, TensorFlow or Python version. ``` # mkdir horovod-docker @@ -102,10 +102,10 @@ chart and their default values. | `worker.image.pullPolicy` | `pullPolicy` for the worker | `IfNotPresent` | | `worker.image.tag` | `tag` for the worker | `0.12.1-tf1.8.0-py3.5` | | `worker.resources`| worker's pod resource requests & limits| `{}`| -| `worker.env` | worker's environment varaibles | `{}` | +| `worker.env` | worker's environment variables | `{}` | | `master.image.repository` | horovod master image | `uber/horovod` | | `master.image.tag` | `tag` for the master | `0.12.1-tf1.8.0-py3.5` | | `master.image.pullPolicy` | image pullPolicy for the master image| `IfNotPresent` | | `master.args` | master's args | `{}` | | `master.resources`| master's pod resource requests & limits| `{}`| -| `master.env` | master's environment varaibles | `{}` | +| `master.env` | master's environment variables | `{}` | diff --git a/stable/horovod/templates/NOTES.txt b/stable/horovod/templates/NOTES.txt index da3d1b5834..774555ae76 100644 --- a/stable/horovod/templates/NOTES.txt +++ b/stable/horovod/templates/NOTES.txt @@ -1,5 +1,5 @@ 1. Get the application URL by running these commands: -*** NOTE: It may take a few minutes for the statefulset to be avaialble +*** NOTE: It may take a few minutes for the statefulset to be available *** you can watch the status of statefulset by running 'kubectl get sts --namespace {{ .Release.Namespace }} -w {{ template "horovod.fullname" . }}' *** \ No newline at end of file