Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Howto deploy full env from scratch. We assume new `demo` env in this manual.
* [gcloud](https://cloud.google.com/sdk/install)
* kubectl (version from gcloud is ok)
* [helm](https://helm.sh/docs/using_helm/#installing-helm), version 2.x, version 3 isn't supported now. Check `helm version -c`
* [helmfile](https://github.com/roboll/helmfile#installation)
* [helmfile](https://github.com/helmfile/helmfile#installation)
* [helm-gcs](https://github.com/hayorov/helm-gcs#installation) plugin
* Please follow "Before you begin" part of [GCP manual](https://cloud.google.com/kubernetes-engine/docs/how-to/iam) (gcloud configuration)

Expand Down
4 changes: 2 additions & 2 deletions deploy/chains/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Here is basic HOWTO use [helmfile](https://github.com/roboll/helmfile)
Here is basic HOWTO use [helmfile](https://github.com/helmfile/helmfile)

Requirements:
* [install](https://github.com/roboll/helmfile#installation) helmfile
* [install](https://github.com/helmfile/helmfile#installation) helmfile
* configure GKE context, if not present
* Add [helm-gcs](https://github.com/hayorov/helm-gcs#installation) plugin
* install tiller(helm agent) into GKE cluster, if not present
Expand Down