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 Oct 21, 2021
1 parent 401b266 commit da63fb2
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 @@ -500,6 +500,7 @@ func verifyGenerateManifests(
ApiVersions: apiVersions,
HelmRepoCreds: repositoryCredentials,
TrackingMethod: string(GetTrackingMethod(settingsMgr)),
NoRevisionCache: true,
}
req.Repo.CopyCredentialsFromRepo(repoRes)
req.Repo.CopySettingsFrom(repoRes)
Expand Down

0 comments on commit da63fb2

Please sign in to comment.