Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve docs for helm aliases #12109

Merged
merged 3 commits into from Oct 18, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/configuration-options.md
Expand Up @@ -87,9 +87,9 @@ This makes it suitable for augmenting a preset or base list without displacing t
## aliases

The `aliases` object is used for configuring registry aliases.
Currently it is needed/supported for the `helm-requirements` manager only.
Currently it is needed/supported for the `helm-requirements`, `helmv3` and `helmfile` managers only.

`helm-requirements` includes this default alias:
The above managers include this default alias:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion lib/manager/helm-requirements/readme.md
@@ -1,5 +1,5 @@
Renovate supports updating Helm Chart references within `requirements.yaml` files.

If your Helm charts make use of Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
If your Helm charts make use of repository Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.

If you need to change the versioning format, read the [versioning](https://docs.renovatebot.com/modules/versioning/) documentation to learn more.
2 changes: 2 additions & 0 deletions lib/manager/helmfile/readme.md
@@ -1,3 +1,5 @@
Checks `helmfile.yaml` files and extracts dependencies for the `helm` datasource.

If your Helm charts make use of repository Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.

If you need to change the versioning format, read the [versioning](https://docs.renovatebot.com/modules/versioning/) documentation to learn more.
2 changes: 1 addition & 1 deletion lib/manager/helmv3/readme.md
@@ -1,5 +1,5 @@
Renovate supports updating Helm Chart references within `requirements.yaml` (Helm v2) and `Chart.yaml` (Helm v3) files.

If your Helm charts make use of Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
If your Helm charts make use of repository Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.

If you need to change the versioning format, read the [versioning](https://docs.renovatebot.com/modules/versioning/) documentation to learn more.