Explorar o código

fix: e2e installation of ESO needs to update dependencies first (#3635)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam %!s(int64=2) %!d(string=hai) anos
pai
achega
87c09c6046
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      e2e/framework/addon/chart.go

+ 1 - 0
e2e/framework/addon/chart.go

@@ -66,6 +66,7 @@ func (c *HelmChart) Install() error {
 	}
 
 	args := []string{"install", c.ReleaseName, c.Chart,
+		"--dependency-update",
 		"--debug",
 		"--wait",
 		"--timeout", "600s",