Skip to content

Commit f99a2a4

Browse files
author
lijianguo
committed
chore(helmbroker): fix helm dependency(Error: no cached repository)
1 parent 4ac5871 commit f99a2a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rootfs/helmbroker/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def provision(instance_id: str, details: ProvisionDetails):
2323
args = [
2424
"dependency",
2525
"update",
26-
"--skip-refresh",
2726
chart_path,
2827
]
2928
command("helm", *args)

0 commit comments

Comments
 (0)