Skip to content

Commit

Permalink
Issue 620: Fix for pravega upgrade failure (#627)
Browse files Browse the repository at this point in the history
Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj authored May 19, 2022
1 parent 43108bf commit 6fc2aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ func (r *PravegaClusterReconciler) syncSegmentStoreVersion(p *pravegav1beta1.Pra

if ready {
labels := p.LabelsForPravegaCluster()
labels["component"] = "pravega-segmentstore"
pod, err := r.getOneOutdatedPod(sts, p.Status.TargetVersion, labels)
if err != nil {
return false, err
Expand Down

0 comments on commit 6fc2aae

Please sign in to comment.