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:
parent
095537e6ad
commit
87c09c6046
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ func (c *HelmChart) Install() error {
|
|||
}
|
||||
|
||||
args := []string{"install", c.ReleaseName, c.Chart,
|
||||
"--dependency-update",
|
||||
"--debug",
|
||||
"--wait",
|
||||
"--timeout", "600s",
|
||||
|
|
Loading…
Reference in a new issue