mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* 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>
18 lines
426 B
YAML
Executable File
18 lines
426 B
YAML
Executable File
---
|
|
apiVersion: v1
|
|
name: dask
|
|
version: 3.0.0
|
|
appVersion: 1.1.5
|
|
description: Distributed computation in Python with task scheduling
|
|
home: https://dask.org
|
|
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200
|
|
sources:
|
|
- https://github.com/dask/dask
|
|
maintainers:
|
|
- name: danielfrg
|
|
email: df.rodriguez143@gmail.com
|
|
- name: mrocklin
|
|
email: mrocklin@gmail.com
|
|
- name: beberg
|
|
email: beberg@gmail.com
|