Skip to content

Commit

Permalink
Add docs for the new field RefreshInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Aug 19, 2024
1 parent 3ab49d5 commit 79c2562
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ To add a custom Git repository that contains your Helm charts or cluster templat
1. Click **Create**.
1. Select the target, **Git repository containing Helm chart...**.
1. You must enter a name and a Git repository URL. The other fields, including the description, are optional. Enter an alternative branch name if you don't want to pull from whichever branch the repo owner has set as the default. Usually, the default branch is named either `main` or `master`.
1. Input **Refresh Interval** seconds value. This will tell Rancher manager at what interval the Helm repository must be refreshed. The default is 21600 seconds.

Check warning on line 108 in docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [common.Will] Avoid using future tense where possible Raw Output: {"message": "[common.Will] Avoid using future tense where possible", "location": {"path": "docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md", "range": {"start": {"line": 108, "column": 51}}}, "severity": "WARNING"}
1. Click **Create** to add the repository.

After you add a chart repository to Rancher, it becomes available immediately.
Expand All @@ -123,6 +124,7 @@ To add a custom Helm chart repository to Rancher:
1. Click **Create**.
1. Select the target, **http(s) URL to an index generated by Helm**.
1. Enter a repo name and the index URL address of the chart repository.
1. Input **Refresh Interval** seconds value. This will tell Rancher manager at what interval the Helm repository must be refreshed. The default is 21600 seconds.

Check warning on line 127 in docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [common.Will] Avoid using future tense where possible Raw Output: {"message": "[common.Will] Avoid using future tense where possible", "location": {"path": "docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md", "range": {"start": {"line": 127, "column": 51}}}, "severity": "WARNING"}
1. Click **Create** to add the repository.

### Add Private Git/Helm Chart Repositories
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ To add an OCI-based Helm chart repository through the Rancher UI:
3. In the left navigation bar, select **Apps > Repositories**.
4. Click **Create**.
5. Enter a **Name** for the registry. Select **OCI Repository** as the target.
6. Enter the **OCI Repository Host URL** for the registry. The registry endpoint must not contain anything besides OCI Helm Chart artifacts. The artifacts should all have unique names. If you attempt to add an endpoint that contains any other kinds of files or artifacts, the OCI repository will not be added.
6. Enter the **OCI Repository Host URL** for the registry. The registry endpoint must not contain anything besides OCI Helm Chart artifacts. The artifacts should all have unique names. If you attempt to add an endpoint that contains any other kinds of files or artifacts, the OCI repository will not be added.

Check warning on line 26 in docs/how-to-guides/new-user-guides/helm-charts-in-rancher/oci-repositories.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [common.Will] Avoid using future tense where possible Raw Output: {"message": "[common.Will] Avoid using future tense where possible", "location": {"path": "docs/how-to-guides/new-user-guides/helm-charts-in-rancher/oci-repositories.md", "range": {"start": {"line": 26, "column": 292}}}, "severity": "WARNING"}
7. Input **Refresh Interval** seconds value. This will tell Rancher manager at what interval the Helm repository must be refreshed. The default is 86400 seconds.

Check warning on line 27 in docs/how-to-guides/new-user-guides/helm-charts-in-rancher/oci-repositories.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [common.Will] Avoid using future tense where possible Raw Output: {"message": "[common.Will] Avoid using future tense where possible", "location": {"path": "docs/how-to-guides/new-user-guides/helm-charts-in-rancher/oci-repositories.md", "range": {"start": {"line": 27, "column": 51}}}, "severity": "WARNING"}

:::note

Expand Down Expand Up @@ -67,7 +68,7 @@ To view Helm charts in the OCI-based Helm chart repository after it achieves an

## Refresh an OCI-Based Helm Chart Repository

Rancher automatically refreshes the OCI-based Helm chart repository every 6 hours.
Rancher automatically refreshes the OCI-based Helm chart repository every 24 hours but the user has the option to change it.

If you need to update immediately, you can [perform a manual refresh](../helm-charts-in-rancher/helm-charts-in-rancher.md#refresh-chart-repositories).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To view Helm charts in the OCI-based Helm chart repository after it achieves an

## Refresh an OCI-Based Helm Chart Repository

Rancher automatically refreshes the OCI-based Helm chart repository every 6 hours.
Rancher automatically refreshes the OCI-based Helm chart repository every 24 hours.

If you need to update immediately, you can [perform a manual refresh](../helm-charts-in-rancher/helm-charts-in-rancher.md#refresh-chart-repositories).

Expand Down

0 comments on commit 79c2562

Please sign in to comment.