Skip to content

Commit

Permalink
feat: use noRevisionCache param for update revision manifests
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed Sep 5, 2024
1 parent 3d642d1 commit 2ea9d56
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 144 deletions.
1 change: 1 addition & 0 deletions controller/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func (m *appStateManager) GetRepoObjs(app *v1alpha1.Application, sources []v1alp
Repo: repo,
Revision: revision,
SyncedRevision: syncedRevision,
NoRevisionCache: noRevisionCache,
Paths: path.GetAppRefreshPaths(app),
AppLabelKey: appLabelKey,
AppName: app.InstanceName(m.namespace),
Expand Down
Loading

0 comments on commit 2ea9d56

Please sign in to comment.