Skip to content

Commit

Permalink
Landing page for helm_repos docs and using it to fix broken link for …
Browse files Browse the repository at this point in the history
…use_private_helm_charts.md
  • Loading branch information
amaldevs committed Jul 31, 2019
1 parent 9b3952f commit 7079618
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Please make sure the following are installed prior to using `helmsman` as a bina
- [helm](https://github.com/helm/helm) (for `helmsman` >= 1.6.0, use helm >= 2.10.0. this is due to a dependency bug #87 )
- [helm-diff](https://github.com/databus23/helm-diff) (`helmsman` >= 1.6.0)

If you use private helm repos, you will need either `helm-gcs` or `helm-s3` plugin or you can use basic auth to authenticate to your repos. See the [docs](https://github.com/Praqma/helmsman/blob/master/docs/how_to/use_private_helm_charts.md) for details.
If you use private helm repos, you will need either `helm-gcs` or `helm-s3` plugin or you can use basic auth to authenticate to your repos. See the [docs](https://github.com/Praqma/helmsman/blob/master/docs/how_to/helm_repos) for details.


Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the different versions.
Expand Down
11 changes: 11 additions & 0 deletions docs/how_to/helm_repos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# Defining Helm Repositories

Following list contains guides on how to define helm repositories

- [Using default helm repos](default.md)
- [Using private repos in Google GCS](gcs.md)
- [Using private repos in AWS S3](s3.md)
- [Using private repos with basic auth](basic_auth.md)
- [Using pre-configured repos](pre_configured.md)
- [Using local charts](local.md)

0 comments on commit 7079618

Please sign in to comment.