Skip to content

Commit

Permalink
Use --force-update to ensure old repos are updated
Browse files Browse the repository at this point in the history
Without this you can get old volsync version (e.g. 0.7.0) silently
instead of the latest release (e.g. 0.10.0). With an old version the
volsync block self test will time out.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs authored and ShyamsundarR committed Oct 29, 2024
1 parent 2886c64 commit 209c378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/addons/volsync/start
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
]
Expand Down

0 comments on commit 209c378

Please sign in to comment.