Skip to content

Commit 965600b

Browse files
committed
1 parent 356833f commit 965600b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

percona/controller/pgcluster/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ func (r *PGClusterReconciler) reconcilePatroniVersionCheck(ctx context.Context,
442442
"-c", "sleep 60",
443443
},
444444
Resources: cr.Spec.InstanceSets[0].Resources,
445-
SecurityContext: initialize.RestrictedSecurityContext(cr.CompareVersion("2.5.0") >= 0),
445+
SecurityContext: initialize.RestrictedSecurityContext(cr.CompareVersion("2.8.0") >= 0),
446446
},
447447
},
448448
SecurityContext: cr.Spec.InstanceSets[0].SecurityContext,

0 commit comments

Comments
 (0)