Skip to content

Commit 10368ae

Browse files
author
Keerthan Mala
committed
update docs to refer to helm/helm-classic instead of helm/helm
1 parent c597a2e commit 10368ae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Our official support channels are:
2222
- controller: https://github.com/deis/controller/issues
2323
- database: https://github.com/deis/postgres/issues
2424
- documentation: https://github.com/deis/workflow/issues
25-
- helm classic: https://github.com/helm/helm/issues
25+
- helm classic: https://github.com/helm/helm-classic/issues
2626
- minio: https://github.com/deis/minio/issues
2727
- registry: https://github.com/deis/registry/issues
2828
- router: https://github.com/deis/router/issues

src/installing-workflow/installing-deis-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ We will use the Helm Classic package manager for Kubernetes to install Deis Work
44

55
## Check Your Setup
66

7-
First check that the `helmc` command is available and the version is 0.6 or newer.
7+
First check that the `helmc` command is available and the version is 0.7 or newer.
88

99
```
1010
$ helmc --version
11-
helmc version 0.6.0+1c8688e
11+
helmc version 0.7.0+20a7ed7
1212
```
1313

1414
Ensure the `kubectl` client is installed and can connect to your Kubernetes cluster. `helmc` will

src/roadmap/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Keep the list of commit SHAs handy - you'll need it for later.
5656

5757
# Step 2: Create a new Helm Classic chart
5858

59-
Next, we'll create a new [Helm Classic](https://github.com/helm/helm) chart so that we can "stage" a
59+
Next, we'll create a new [Helm Classic](https://github.com/helm/helm-classic) chart so that we can "stage" a
6060
version of our release for testing. The process is fairly simple:
6161

6262
1. Create a new branch: `git checkout -b release-$DEIS_RELEASE`

0 commit comments

Comments
 (0)