diff --git a/test/addons/volsync/start b/test/addons/volsync/start index d0a1899ed..946496cb9 100755 --- a/test/addons/volsync/start +++ b/test/addons/volsync/start @@ -19,6 +19,8 @@ def add_helm_repo(): "helm", "repo", "add", + # replace (overwrite) the repo if it already exists. + "--force-update", "backube", "https://backube.github.io/helm-charts/", ]