mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(helm): ensure the form is not 'dirty', when the values are unchanged [r8s-421] (#901)
This commit is contained in:
parent
4e4c5ffdb6
commit
eaa2be017d
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export function useHelmHTTPChartList(
|
|||
// one request takes a long time, so fail early to get feedback to the user faster
|
||||
retry: false,
|
||||
...withGlobalError(`Unable to retrieve Helm charts from ${repository}`),
|
||||
cacheTime: 1000 * 60 * 60 * 8, // 8 hours so that the chart list populates faster (keep stale time the same to always revalidate)
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue