We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33af984 commit cf8fbb4Copy full SHA for cf8fbb4
e2e/logging_metrics_monitoring/logging_metrics_monitoring_test.go
@@ -319,6 +319,10 @@ func installPrometheusOperator(c common.Cluster) error {
319
return fmt.Errorf("failed to add prometheus-community repo: %v", err)
320
}
321
322
+ if err := manager.RunRepo(helm.WithArgs("update")); err != nil {
323
+ return fmt.Errorf("failed to update helm repos: %v", err)
324
+ }
325
+
326
if err := manager.RunInstall(
327
helm.WithName("prometheus"),
328
helm.WithChart("prometheus-community/kube-prometheus-stack"),
0 commit comments