Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Oct 29, 2024
1 parent 0c96dbd commit 5db577e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/store/kotsstore/downstream_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,8 @@ func isAppVersionDeployable(s store.Store, appID string, version *downstreamtype
// Rollback support is based off of the latest downloaded version so that a vendor can
// toggle on support without requiring the end user to deploy a new version.
for _, v := range appVersions.AllVersions {
// Find the first version that is not pending download. This will be the latest
// version.
if v.Status == types.VersionPendingDownload {
continue
}
Expand Down

0 comments on commit 5db577e

Please sign in to comment.