Skip to content

Commit

Permalink
fix: don't use revision caching during app creation (#7508)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
Alexander Matyushentsev authored and alexmt committed Oct 21, 2021
1 parent b4565fd commit 46c1ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/argo/argo.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ func verifyGenerateManifests(
KubeVersion: kubeVersion,
ApiVersions: apiVersions,
HelmRepoCreds: repositoryCredentials,
NoRevisionCache: true,
}
req.Repo.CopyCredentialsFromRepo(repoRes)
req.Repo.CopySettingsFrom(repoRes)
Expand Down

0 comments on commit 46c1ef7

Please sign in to comment.