Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetrov117 committed Sep 9, 2024
1 parent c01b364 commit e2469cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/upgrade/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func OSWorkerPlan(nameSuffix, releaseVersion, secretName string, releaseOS *life

func baseOSPlan(planName, releaseVersion, secretName string, drain bool, annotations map[string]string) *upgradecattlev1.Plan {
const (
planImage = "registry.suse.com/bci/bci-base:15.5"
planImage = "registry.suse.com/bci/bci-base:15.6"
)

baseOSplan := baseUpgradePlan(planName, drain, annotations)
Expand All @@ -155,7 +155,7 @@ func baseOSPlan(planName, releaseVersion, secretName string, drain bool, annotat
baseOSplan.Spec.Cordon = true
baseOSplan.Spec.Version = releaseVersion

baseOSplan.Spec.JobActiveDeadlineSecs = 3600
baseOSplan.Spec.JobActiveDeadlineSecs = 43200

baseOSplan.Spec.Upgrade = &upgradecattlev1.ContainerSpec{
Image: planImage,
Expand Down

0 comments on commit e2469cc

Please sign in to comment.