Skip to content

What is the purpose of HelmRepository.spec.interval when there is a HelmChart.spec.interval #4721

Answered by souleb
VTimNeumann asked this question in Q&A
Discussion options

You must be logged in to vote

The interval is used as a reconciliation period. Each custom resource is reconciled by a different controller.
For a HelmRepository the principal action is retrieving and persisting the helm index.
For a HelmChart it is about retrieving the right chart based on the helm index provided by the corresponding HelmRepository. Different intervals will give different results as you may have a different view of the helm repository.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@souleb
Comment options

@VTimNeumann
Comment options

@souleb
Comment options

@VTimNeumann
Comment options

@souleb
Comment options

Answer selected by VTimNeumann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants