Skip to content

Commit 18aa3be

Browse files
authored
Merge pull request #627 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents 844fc22 + 62087f0 commit 18aa3be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+198
-1031
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ require (
8585
github.com/felixge/httpsnoop v1.0.3 // indirect
8686
github.com/fsnotify/fsnotify v1.6.0 // indirect
8787
github.com/fvbommel/sortorder v1.0.1 // indirect
88-
github.com/ghodss/yaml v1.0.0 // indirect
8988
github.com/go-air/gini v1.0.4 // indirect
9089
github.com/go-errors/errors v1.4.2 // indirect
9190
github.com/go-git/gcfg v1.5.0 // indirect

manifests/0000_50_olm_07-olm-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

manifests/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

manifests/0000_50_olm_08-catalog-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

manifests/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

microshift-manifests/0000_50_olm_07-olm-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

microshift-manifests/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

microshift-manifests/0000_50_olm_08-catalog-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

microshift-manifests/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
capability.openshift.io/name: "OperatorLifecycleManager"
1111
spec:
1212
strategy:
13-
type: RollingUpdate
13+
type: Recreate
1414
replicas: 1
1515
selector:
1616
matchLabels:

staging/operator-lifecycle-manager/deploy/chart/templates/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
app: olm-operator
88
spec:
99
strategy:
10-
type: RollingUpdate
10+
type: Recreate
1111
replicas: {{ .Values.olm.replicaCount }}
1212
selector:
1313
matchLabels:

0 commit comments

Comments
 (0)