Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ metadata:
spec:
minReadySeconds: 5
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: catalogd-controller-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ metadata:
namespace: {{ .Values.namespaces.olmv1.name }}
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: operator-controller-controller-manager
Expand Down
10 changes: 10 additions & 0 deletions manifests/experimental-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2003,6 +2003,11 @@ metadata:
spec:
minReadySeconds: 5
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: catalogd-controller-manager
Expand Down Expand Up @@ -2148,6 +2153,11 @@ metadata:
namespace: olmv1-system
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: operator-controller-controller-manager
Expand Down
10 changes: 10 additions & 0 deletions manifests/experimental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,11 @@ metadata:
spec:
minReadySeconds: 5
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: catalogd-controller-manager
Expand Down Expand Up @@ -2061,6 +2066,11 @@ metadata:
namespace: olmv1-system
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: operator-controller-controller-manager
Expand Down
10 changes: 10 additions & 0 deletions manifests/standard-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,11 @@ metadata:
spec:
minReadySeconds: 5
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: catalogd-controller-manager
Expand Down Expand Up @@ -1906,6 +1911,11 @@ metadata:
namespace: olmv1-system
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: operator-controller-controller-manager
Expand Down
10 changes: 10 additions & 0 deletions manifests/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,11 @@ metadata:
spec:
minReadySeconds: 5
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: catalogd-controller-manager
Expand Down Expand Up @@ -1819,6 +1824,11 @@ metadata:
namespace: olmv1-system
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: operator-controller-controller-manager
Expand Down
5 changes: 5 additions & 0 deletions openshift/catalogd/manifests-experimental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,11 @@ metadata:
spec:
minReadySeconds: 5
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: catalogd-controller-manager
Expand Down
5 changes: 5 additions & 0 deletions openshift/catalogd/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,11 @@ metadata:
spec:
minReadySeconds: 5
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: catalogd-controller-manager
Expand Down
5 changes: 5 additions & 0 deletions openshift/operator-controller/manifests-experimental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,11 @@ metadata:
namespace: openshift-operator-controller
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: operator-controller-controller-manager
Expand Down
5 changes: 5 additions & 0 deletions openshift/operator-controller/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,11 @@ metadata:
namespace: openshift-operator-controller
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1 # Allow temporary 2 pods (1 + 1) for zero-downtime updates
maxUnavailable: 0 # Never allow pods to be unavailable during updates
selector:
matchLabels:
control-plane: operator-controller-controller-manager
Expand Down