Skip to content

Commit 1ef5325

Browse files
committed
Merge pull request #719 from kmala/proc
docs(helmc): update the docs to use helm classic instead of helm
2 parents 226037f + d087ab3 commit 1ef5325

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Our official support channels are:
2121
- chart: https://github.com/deis/charts/issues
2222
- database: https://github.com/deis/postgres/issues
2323
- etcd: https://github.com/deis/etcd/issues
24-
- helm: https://github.com/helm/helm/issues
24+
- helm classic: https://github.com/helm/helm-classic/issues
2525
- minio: https://github.com/deis/minio/issues
2626
- registry: https://github.com/deis/registry/issues
2727
- router: https://github.com/deis/router/issues

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ In order to do development on this component, you'll need a working Kubernetes c
4747

4848
* Docker's `insecure-registry` parameter must include the subnets used by your Kubernetes installation
4949

50-
### Helm
50+
### Helm Classic
5151

52-
After you have a working Kubernetes cluster, install [helm](http://helm.sh) and run the following commands to add the Deis chart repository and install Deis to your new cluster:
52+
After you have a working Kubernetes cluster, install [helm classic](http://helm.sh) and run the following commands to add the Deis chart repository and install Deis to your new cluster:
5353

5454
```console
55-
helm repo add deis https://github.com/deis/charts
56-
helm fetch deis/workflow-dev
57-
helm generate -x manifests workflow-dev
58-
helm install workflow-dev
55+
helmc repo add deis https://github.com/deis/charts
56+
helmc fetch deis/workflow-dev
57+
helmc generate -x manifests workflow-dev
58+
helmc install workflow-dev
5959
```
6060

6161
### Python

0 commit comments

Comments
 (0)