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 Sep 13, 2024
1 parent 3ab49d5 commit f88c467
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,16 @@ Non-Airgap Rancher installations upon refresh will reflect any chart repository

Airgap installations where Rancher is configured to use the packaged copy of Helm system charts ([`useBundledSystemChart=true`](../../../getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md#helm-chart-options-for-air-gap-installations)) will only refer to the [system-chart](https://github.com/rancher/system-charts) repository that comes bundled and will not be able to be refreshed or synced.

#### Refresh Interval

1. A new field `refreshInterval` has been added to the `ClusterRepo` CRD. The default `refreshInterval` is set to 3600 seconds and Rancher syncs the repository every 3600 seconds for each Helm repository.

To modify the refresh interval of a chart repository:

1. Find the repository you want to modify, and click **⋮ > Edit YAML**.
1. Set the `refreshInterval` field under `Spec` to the desired value in seconds.
1. Click on **Save**.

Check warning on line 205 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.Wordiness] Consider using 'click' instead of 'Click on' Raw Output: {"message": "[common.Wordiness] Consider using 'click' instead of 'Click on'", "location": {"path": "docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md", "range": {"start": {"line": 205, "column": 4}}}, "severity": "WARNING"}

## Deploy and Upgrade Charts

To install and deploy a chart:
Expand Down

0 comments on commit f88c467

Please sign in to comment.