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

[GH-646] Incorrect value name for repos in chart README #647

Merged
merged 3 commits into from
Oct 7, 2019
Merged
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 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