Skip to content

Commit a721e8d

Browse files
committed
fix(helmbroker): reset the chart of dynamic dependency relationships
1 parent af196b9 commit a721e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/helmbroker/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def provision(instance_id: str, details: ProvisionDetails):
2323
bind_yaml = f'{chart_path}/templates/bind.yaml'
2424
if os.path.exists(bind_yaml):
2525
os.remove(bind_yaml)
26-
if os.path.exists(f'{chart_path}/requirements.lock'):
26+
if os.path.exists(f'{chart_path}/Chart.yaml'):
2727
args = [
2828
"dependency",
2929
"update",

0 commit comments

Comments
 (0)