Browse Source

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

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam 1 year ago
parent
commit
87c09c6046
1 changed files with 1 additions and 0 deletions
  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",