File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
1414Ensure the ` kubectl ` client is installed and can connect to your Kubernetes cluster. ` helmc ` will
Original file line number Diff line number Diff 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
6060version of our release for testing. The process is fairly simple:
6161
62621 . Create a new branch: ` git checkout -b release-$DEIS_RELEASE `
You can’t perform that action at this time.
0 commit comments