Skip to content

Commit

Permalink
chore: update o-f/api dependency to v0.17 (#2848)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Slaton <tyslaton@redhat.com>

Signed-off-by: Tyler Slaton <tyslaton@redhat.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: bd97e32644f5a6c5a2b87668df5261a4da62a2a6
  • Loading branch information
tylerslaton authored and tmshort committed Jul 11, 2023
1 parent f785d54 commit 126b571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/manifests/csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: packageserver
namespace: openshift-operator-lifecycle-manager
labels:
olm.version: 0.0.0-6b31ee06559da60ff88865e23cbb6f2b4041571a
olm.version: 0.0.0-1ebd6d6ad3904ce14b7bce4f06c470179324d100
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
- packageserver
topologyKey: "kubernetes.io/hostname"
maturity: alpha
version: 0.0.0-6b31ee06559da60ff88865e23cbb6f2b4041571a
version: 0.0.0-1ebd6d6ad3904ce14b7bce4f06c470179324d100
apiservicedefinitions:
owned:
- group: packages.operators.coreos.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ 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
Expand Down

0 comments on commit 126b571

Please sign in to comment.