Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanks committed Feb 7, 2025
1 parent 3065880 commit 54d8ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -620,5 +620,8 @@ func (s *VersionUpgradeJobSpec) SetPostUpgrade(isPostUpgrade bool) *VersionUpgra
func (s *VersionUpgradeJobSpec) SetSkipPreUpgrade(isPatchUpgrade bool) *VersionUpgradeJobSpec {
// If it is a patch revision and the flag is true, skip the pre upgrade job
s.SkipPreUpgrade = isPatchUpgrade && s.SkipPreUpgradeFlag
fmt.Println("LOGS:")
fmt.Println(isPatchUpgrade)
fmt.Println(s.SkipPreUpgradeFlag)
return s
}

0 comments on commit 54d8ba7

Please sign in to comment.