Skip to content

Commit

Permalink
Updated the comments about logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaeb Jindani committed Apr 19, 2024
1 parent 31276b9 commit e510cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/command/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func CheckForFixPacks(config *rest.Config, operatornamespace string) {

log.Info(fmt.Sprintf("Operator Binary Console Tag is %s and current Console Deployment tag is %s", console.GetImages().ConsoleTag, existingConsoleDeploymentImageTag))

//if the latest console tag and the mustgather tag are not same, then we will delete the below two configmaps
//if the latest console deployment tag and operator binary latest console tag are not same, then we will delete the below two configmaps
if console.GetImages().ConsoleTag != existingConsoleDeploymentImageTag {
log.Info(fmt.Sprintf("Will Start Applying the Fixpacks Existing Version %s to New Version %s ", existingConsoleDeploymentImageTag, console.GetImages().ConsoleTag))

Expand Down

0 comments on commit e510cf9

Please sign in to comment.