Adding disableDependencyUpdate option to fleet.yaml

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
This commit is contained in:
Xavi Garcia 2024-05-07 11:46:17 +02:00
parent ac00a7bb5e
commit dfd4ab3e09
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ helm:
# is specified it is evaluated each time git changes.
# The version also determines which chart to download from OCI registries.
version: 0.1.0
# By default fleet downloads any dependency found in a helm chart.
# Use disableDependencyUpdate: true to disable this feature.
disableDependencyUpdate: false
### These options only work for helm-type bundles
#