Skip to content

Commit cf8fbb4

Browse files
committed
fix(e2e): run repo update
Signed-off-by: Bence Csati <[email protected]>
1 parent 33af984 commit cf8fbb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e/logging_metrics_monitoring/logging_metrics_monitoring_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ func installPrometheusOperator(c common.Cluster) error {
319319
return fmt.Errorf("failed to add prometheus-community repo: %v", err)
320320
}
321321

322+
if err := manager.RunRepo(helm.WithArgs("update")); err != nil {
323+
return fmt.Errorf("failed to update helm repos: %v", err)
324+
}
325+
322326
if err := manager.RunInstall(
323327
helm.WithName("prometheus"),
324328
helm.WithChart("prometheus-community/kube-prometheus-stack"),

0 commit comments

Comments
 (0)