Skip to content

Commit cc5fcb3

Browse files
anik120tmshort
authored andcommitted
Revert "chore: update o-f/api dependency to v0.17 (#2848)" (#2858)
This reverts commit bd97e32644f5a6c5a2b87668df5261a4da62a2a6. An older v0.17.0 release of operator-framework/api had the spec.RunAsRoot field, which has [now been updated to be the spec.GrpcPodConfig.SecurityContextConfig field](operator-framework/api#261). Reverting #2848 so that the new v0.17.0 can be pulled in. See [this comment](operator-framework/operator-lifecycle-manager#2848 (comment)) for more info. Signed-off-by: Anik Bhattacharjee <[email protected]> Signed-off-by: Anik Bhattacharjee <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: bfeb1e46819bc840190f4d7d0720712683387973
1 parent e1a6160 commit cc5fcb3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: pkg/manifests/csv.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: packageserver
66
namespace: openshift-operator-lifecycle-manager
77
labels:
8-
olm.version: 0.0.0-1ebd6d6ad3904ce14b7bce4f06c470179324d100
8+
olm.version: 0.0.0-131fd665e52f3e20333e55f0b1e5f7ab38164803
99
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
1010
annotations:
1111
include.release.openshift.io/self-managed-high-availability: "true"
@@ -159,7 +159,7 @@ spec:
159159
- packageserver
160160
topologyKey: "kubernetes.io/hostname"
161161
maturity: alpha
162-
version: 0.0.0-1ebd6d6ad3904ce14b7bce4f06c470179324d100
162+
version: 0.0.0-131fd665e52f3e20333e55f0b1e5f7ab38164803
163163
apiservicedefinitions:
164164
owned:
165165
- group: packages.operators.coreos.com

Diff for: staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ spec:
127127
type: integer
128128
publisher:
129129
type: string
130-
runAsRoot:
131-
description: RunAsRoot allows admins to indicate that they wish to run the CatalogSource pod in a privileged pod as root. This should only be enabled when running older catalog images which could not be run as non-root.
132-
type: boolean
133130
secrets:
134131
description: Secrets represent set of secrets that can be used to access the contents of the catalog. It is best to keep this list small, since each will need to be tried for every catalog entry.
135132
type: array

0 commit comments

Comments
 (0)