Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
[GH-646] Incorrect value name for repos in chart README (#647)
Browse files Browse the repository at this point in the history
* Changed reference value api.config.repos to sync.repos

Signed-off-by: karanrn <karan4080@gmail.com>

* Bumped up the chart version to 1.4.11

Signed-off-by: karanrn <karan4080@gmail.com>
  • Loading branch information
karanrn authored and Adnan Abdulhussein committed Oct 7, 2019
1 parent 4043fe3 commit d9daeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/monocular/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: monocular
description: Monocular is a search and discovery front end for Helm Charts Repositories.
version: 1.4.10
version: 1.4.11
appVersion: v1.8.3
home: https://github.com/helm/monocular
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/monocular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See the [values](values.yaml) for the full list of configurable values.

### Configuring chart repositories

You can configure the chart repositories you want to see in Monocular with the `api.config.repos` value, for example:
You can configure the chart repositories you want to see in Monocular with the `sync.repos` value, for example:

```console
$ cat > custom-repos.yaml <<EOF
Expand Down

0 comments on commit d9daeba

Please sign in to comment.