1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

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

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
Gergely Brautigam 2024-06-28 14:42:17 +02:00 committed by GitHub
parent 095537e6ad
commit 87c09c6046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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