diff --git a/pkg/manifests/csv.yaml b/pkg/manifests/csv.yaml index 966cae3f21..c876c386b0 100644 --- a/pkg/manifests/csv.yaml +++ b/pkg/manifests/csv.yaml @@ -5,7 +5,7 @@ metadata: name: packageserver namespace: openshift-operator-lifecycle-manager labels: - olm.version: 0.0.0-1ebd6d6ad3904ce14b7bce4f06c470179324d100 + olm.version: 0.0.0-131fd665e52f3e20333e55f0b1e5f7ab38164803 olm.clusteroperator.name: operator-lifecycle-manager-packageserver annotations: include.release.openshift.io/self-managed-high-availability: "true" @@ -159,7 +159,7 @@ spec: - packageserver topologyKey: "kubernetes.io/hostname" maturity: alpha - version: 0.0.0-1ebd6d6ad3904ce14b7bce4f06c470179324d100 + version: 0.0.0-131fd665e52f3e20333e55f0b1e5f7ab38164803 apiservicedefinitions: owned: - group: packages.operators.coreos.com diff --git a/staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml b/staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml index 6f03afbf22..169e1e8149 100644 --- a/staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml +++ b/staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml @@ -127,9 +127,6 @@ spec: type: integer publisher: type: string - runAsRoot: - 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. - type: boolean secrets: 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. type: array