* 1) Update API versions to v1, 2) Refactor NOTES.txt to handle different serviceTypes, 3) Create OWNERS file, 4) Add comments for possible serviceType and GPU values in values.yaml, 5) Update README values and add some new sections for serviceTypes and Jupyter password, 6) Lint README, yaml files, and rendered yaml templates, 7) Update container images to v1.1.1
Signed-off-by: Ryan McCormick <rmccormick@nvidia.com>
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* address PR #1 comments, 1) Add newline to each EOF, 2) Update YAML comments to have no extra spacing, 3) Add --namespace flag description to README
Signed-off-by: Ryan McCormick <rmccormick@nvidia.com>
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* add nodeSelector and imagePullSecrets to deployments
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* add nodeSelector and imagePullSecrets to deployments
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* change worker arg to variable rather than hardcoded 'dask-worker'
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* Add jacobtomlinson to OWNERS
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* fix lint error for spaces after comments
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* Update README.md
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* apply left whitespace trim and nindent throughout chart templates per unguiculus suggestion
Signed-off-by: Ryan Mccormick <rmccormick@nvidia.com>
* improvement: replace 'default' namespace with '.Release.Namespace' in NOTES.txt output
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
* Add Dask Chart
This supercedes the previous dask-distributed chart, which will be
deprecated.
This also uses an accurate docker image for the Jupyter server,
and pins docker images generally.
* Comment out resource limits
* Set chart version to 1.0.0, appVersion to 0.17.0
* Update README and chart information
* specify nthreads and memory-limit explicitly in values.yaml
* update notes
* avoid setting --nthreads and --memory-limit if no resource limits
* expand truncation to 63 characters, and trim "."
* bump app version number
* remove change to dask-distributed chart
* remove NOTES.txt
* use explicit repository and image tags
* respond to feedback
* remove specification of containerPorts
* update README
* resolve linting issues in values.yaml
* Clarify extra packages in README
* replace pip/conda/apt packages with generic env solution
* Add option to turn off Jupyter
Also, combine all jupyter documents into one file
* add missing {{ end }}
* split dask-jupyter to multiple files
* Fix Yaml issues
* Fix values.yaml
* Update README with instructions for installing custom packages
* Remove configurable components