Skip to content

Commit c7ee4c5

Browse files
Merge pull request #678 from ecordell/change-runlevel
chore(deploy): change 30 prefix to 50
2 parents a36ed09 + f0e86b8 commit c7ee4c5

File tree

70 files changed

+95
-59
lines changed

Some content is hidden

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

70 files changed

+95
-59
lines changed

deploy/ocp/manifests/0.8.1/0000_30_00-namespace.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_00-namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_00-namespace.yaml
2+
# Source: olm/templates/0000_50_00-namespace.yaml
33
apiVersion: v1
44
kind: Namespace
55
metadata:

deploy/okd/manifests/0.8.1/0000_30_01-olm-operator.serviceaccount.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_01-olm-operator.serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_01-olm-operator.serviceaccount.yaml
2+
# Source: olm/templates/0000_50_01-olm-operator.serviceaccount.yaml
33
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRole
55
metadata:

manifests/0000_30_02-clusterserviceversion.crd.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_02-clusterserviceversion.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_02-clusterserviceversion.crd.yaml
2+
# Source: olm/templates/0000_50_02-clusterserviceversion.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_03-installplan.crd.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_03-installplan.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_03-installplan.crd.yaml
2+
# Source: olm/templates/0000_50_03-installplan.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/ocp/manifests/0.8.1/0000_30_04-subscription.crd.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_04-subscription.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_04-subscription.crd.yaml
2+
# Source: olm/templates/0000_50_04-subscription.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_05-catalogsource.crd.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_05-catalogsource.crd.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_05-catalogsource.crd.yaml
2+
# Source: olm/templates/0000_50_05-catalogsource.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
@@ -58,11 +58,16 @@ spec:
5858
enum:
5959
- internal # deprecated
6060
- configmap
61+
- grpc
6162

6263
configMap:
6364
type: string
6465
description: The name of a ConfigMap that holds the entries for an in-memory catalog.
6566

67+
image:
68+
type: string
69+
description: An image that serves a grpc registry. Only valid for `grpc` sourceType.
70+
6671
displayName:
6772
type: string
6873
description: Pretty name for display

deploy/ocp/manifests/0.8.1/0000_30_10-olm-operator.deployment.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_10-olm-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_10-olm-operator.deployment.yaml
2+
# Source: olm/templates/0000_50_10-olm-operator.deployment.yaml
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:

manifests/0000_30_11-catalog-operator.deployment.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_11-catalog-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_11-catalog-operator.deployment.yaml
2+
# Source: olm/templates/0000_50_11-catalog-operator.deployment.yaml
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_12-aggregated.clusterrole.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_12-aggregated.clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_12-aggregated.clusterrole.yaml
2+
# Source: olm/templates/0000_50_12-aggregated.clusterrole.yaml
33
kind: ClusterRole
44
apiVersion: rbac.authorization.k8s.io/v1
55
metadata:

deploy/okd/manifests/0.8.1/0000_30_13-operatorgroup.crd.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_13-operatorgroup.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_13-operatorgroup.crd.yaml
2+
# Source: olm/templates/0000_50_13-operatorgroup.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/ocp/manifests/0.8.1/0000_30_14-olm-operators.configmap.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_14-olm-operators.configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_14-olm-operators.configmap.yaml
2+
# Source: olm/templates/0000_50_14-olm-operators.configmap.yaml
33
kind: ConfigMap
44
apiVersion: v1
55
metadata:
@@ -18,6 +18,7 @@ data:
1818
spec:
1919
displayName: Package Server
2020
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
21+
minKubeVersion: 1.11.0
2122
keywords: ['packagemanifests', 'olm', 'packages']
2223
maintainers:
2324
- name: Red Hat

deploy/okd/manifests/0.8.1/0000_30_15-olm-operators.catalogsource.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_15-olm-operators.catalogsource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_15-olm-operators.catalogsource.yaml
2+
# Source: olm/templates/0000_50_15-olm-operators.catalogsource.yaml
33
#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml
44
#! parse-kind: CatalogSource
55
apiVersion: operators.coreos.com/v1alpha1

deploy/okd/manifests/0.8.1/0000_30_16-operatorgroup-default.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_16-operatorgroup-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_16-operatorgroup-default.yaml
2+
# Source: olm/templates/0000_50_16-operatorgroup-default.yaml
33
apiVersion: operators.coreos.com/v1alpha2
44
kind: OperatorGroup
55
metadata:

deploy/ocp/manifests/0.8.1/0000_30_17-packageserver.subscription.yaml renamed to deploy/ocp/manifests/0.8.1/0000_50_17-packageserver.subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_17-packageserver.subscription.yaml
2+
# Source: olm/templates/0000_50_17-packageserver.subscription.yaml
33
#! validate-crd: ./deploy/chart/templates/04-subscription.crd.yaml
44
#! parse-kind: Subscription
55
apiVersion: operators.coreos.com/v1alpha1

manifests/0000_30_00-namespace.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_00-namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_00-namespace.yaml
2+
# Source: olm/templates/0000_50_00-namespace.yaml
33
apiVersion: v1
44
kind: Namespace
55
metadata:

deploy/ocp/manifests/0.8.1/0000_30_01-olm-operator.serviceaccount.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_01-olm-operator.serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_01-olm-operator.serviceaccount.yaml
2+
# Source: olm/templates/0000_50_01-olm-operator.serviceaccount.yaml
33
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRole
55
metadata:

deploy/okd/manifests/0.8.1/0000_30_02-clusterserviceversion.crd.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_02-clusterserviceversion.crd.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_02-clusterserviceversion.crd.yaml
2+
# Source: olm/templates/0000_50_02-clusterserviceversion.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
@@ -62,6 +62,10 @@ spec:
6262
type: string
6363
description: Human readable description of what the application does
6464

65+
minKubeVersion:
66+
type: string
67+
description: Minimum kubernetes version requirement on the server to deploy operator
68+
6569
keywords:
6670
type: array
6771
description: List of keywords which will be used to discover and categorize app types
@@ -200,7 +204,7 @@ spec:
200204
description: Version of the API resource
201205
kind:
202206
type: string
203-
description: Kind of the API resource
207+
description: Kind of the API resource
204208
apiservicedefinitions:
205209
type: object
206210
properties:

deploy/okd/manifests/0.8.1/0000_30_03-installplan.crd.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_03-installplan.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_03-installplan.crd.yaml
2+
# Source: olm/templates/0000_50_03-installplan.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_04-subscription.crd.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_04-subscription.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_04-subscription.crd.yaml
2+
# Source: olm/templates/0000_50_04-subscription.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/ocp/manifests/0.8.1/0000_30_05-catalogsource.crd.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_05-catalogsource.crd.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_05-catalogsource.crd.yaml
2+
# Source: olm/templates/0000_50_05-catalogsource.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
@@ -58,11 +58,16 @@ spec:
5858
enum:
5959
- internal # deprecated
6060
- configmap
61+
- grpc
6162

6263
configMap:
6364
type: string
6465
description: The name of a ConfigMap that holds the entries for an in-memory catalog.
6566

67+
image:
68+
type: string
69+
description: An image that serves a grpc registry. Only valid for `grpc` sourceType.
70+
6671
displayName:
6772
type: string
6873
description: Pretty name for display

deploy/okd/manifests/0.8.1/0000_30_10-olm-operator.deployment.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_10-olm-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_10-olm-operator.deployment.yaml
2+
# Source: olm/templates/0000_50_10-olm-operator.deployment.yaml
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:

deploy/okd/manifests/0.8.1/0000_30_11-catalog-operator.deployment.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_11-catalog-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_11-catalog-operator.deployment.yaml
2+
# Source: olm/templates/0000_50_11-catalog-operator.deployment.yaml
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:

manifests/0000_30_12-aggregated.clusterrole.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_12-aggregated.clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_12-aggregated.clusterrole.yaml
2+
# Source: olm/templates/0000_50_12-aggregated.clusterrole.yaml
33
kind: ClusterRole
44
apiVersion: rbac.authorization.k8s.io/v1
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_13-operatorgroup.crd.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_13-operatorgroup.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_13-operatorgroup.crd.yaml
2+
# Source: olm/templates/0000_50_13-operatorgroup.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/okd/manifests/0.8.1/0000_30_14-olm-operators.configmap.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_14-olm-operators.configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_14-olm-operators.configmap.yaml
2+
# Source: olm/templates/0000_50_14-olm-operators.configmap.yaml
33
kind: ConfigMap
44
apiVersion: v1
55
metadata:
@@ -18,6 +18,7 @@ data:
1818
spec:
1919
displayName: Package Server
2020
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
21+
minKubeVersion: 1.11.0
2122
keywords: ['packagemanifests', 'olm', 'packages']
2223
maintainers:
2324
- name: Red Hat

deploy/ocp/manifests/0.8.1/0000_30_15-olm-operators.catalogsource.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_15-olm-operators.catalogsource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_15-olm-operators.catalogsource.yaml
2+
# Source: olm/templates/0000_50_15-olm-operators.catalogsource.yaml
33
#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml
44
#! parse-kind: CatalogSource
55
apiVersion: operators.coreos.com/v1alpha1

manifests/0000_30_16-operatorgroup-default.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_16-operatorgroup-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_16-operatorgroup-default.yaml
2+
# Source: olm/templates/0000_50_16-operatorgroup-default.yaml
33
apiVersion: operators.coreos.com/v1alpha2
44
kind: OperatorGroup
55
metadata:

manifests/0000_30_17-packageserver.subscription.yaml renamed to deploy/okd/manifests/0.8.1/0000_50_17-packageserver.subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_17-packageserver.subscription.yaml
2+
# Source: olm/templates/0000_50_17-packageserver.subscription.yaml
33
#! validate-crd: ./deploy/chart/templates/04-subscription.crd.yaml
44
#! parse-kind: Subscription
55
apiVersion: operators.coreos.com/v1alpha1

deploy/upstream/manifests/0.8.1/0000_30_00-namespace.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_00-namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_00-namespace.yaml
2+
# Source: olm/templates/0000_50_00-namespace.yaml
33
apiVersion: v1
44
kind: Namespace
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_01-olm-operator.serviceaccount.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_01-olm-operator.serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_01-olm-operator.serviceaccount.yaml
2+
# Source: olm/templates/0000_50_01-olm-operator.serviceaccount.yaml
33
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRole
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_02-clusterserviceversion.crd.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_02-clusterserviceversion.crd.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_02-clusterserviceversion.crd.yaml
2+
# Source: olm/templates/0000_50_02-clusterserviceversion.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
@@ -62,6 +62,10 @@ spec:
6262
type: string
6363
description: Human readable description of what the application does
6464

65+
minKubeVersion:
66+
type: string
67+
description: Minimum kubernetes version requirement on the server to deploy operator
68+
6569
keywords:
6670
type: array
6771
description: List of keywords which will be used to discover and categorize app types
@@ -200,7 +204,7 @@ spec:
200204
description: Version of the API resource
201205
kind:
202206
type: string
203-
description: Kind of the API resource
207+
description: Kind of the API resource
204208
apiservicedefinitions:
205209
type: object
206210
properties:

manifests/0000_30_03-installplan.crd.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_03-installplan.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_03-installplan.crd.yaml
2+
# Source: olm/templates/0000_50_03-installplan.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/okd/manifests/0.8.1/0000_30_04-subscription.crd.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_04-subscription.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_04-subscription.crd.yaml
2+
# Source: olm/templates/0000_50_04-subscription.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

manifests/0000_30_05-catalogsource.crd.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_05-catalogsource.crd.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_05-catalogsource.crd.yaml
2+
# Source: olm/templates/0000_50_05-catalogsource.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:
@@ -58,11 +58,16 @@ spec:
5858
enum:
5959
- internal # deprecated
6060
- configmap
61+
- grpc
6162

6263
configMap:
6364
type: string
6465
description: The name of a ConfigMap that holds the entries for an in-memory catalog.
6566

67+
image:
68+
type: string
69+
description: An image that serves a grpc registry. Only valid for `grpc` sourceType.
70+
6671
displayName:
6772
type: string
6873
description: Pretty name for display

deploy/upstream/manifests/0.8.1/0000_30_10-olm-operator.deployment.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_10-olm-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_10-olm-operator.deployment.yaml
2+
# Source: olm/templates/0000_50_10-olm-operator.deployment.yaml
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_11-catalog-operator.deployment.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_11-catalog-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_11-catalog-operator.deployment.yaml
2+
# Source: olm/templates/0000_50_11-catalog-operator.deployment.yaml
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:

deploy/okd/manifests/0.8.1/0000_30_12-aggregated.clusterrole.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_12-aggregated.clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_12-aggregated.clusterrole.yaml
2+
# Source: olm/templates/0000_50_12-aggregated.clusterrole.yaml
33
kind: ClusterRole
44
apiVersion: rbac.authorization.k8s.io/v1
55
metadata:

deploy/ocp/manifests/0.8.1/0000_30_13-operatorgroup.crd.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_13-operatorgroup.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_13-operatorgroup.crd.yaml
2+
# Source: olm/templates/0000_50_13-operatorgroup.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition
55
metadata:

deploy/upstream/manifests/0.8.1/0000_30_14-olm-operators.configmap.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_14-olm-operators.configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_14-olm-operators.configmap.yaml
2+
# Source: olm/templates/0000_50_14-olm-operators.configmap.yaml
33
kind: ConfigMap
44
apiVersion: v1
55
metadata:
@@ -18,6 +18,7 @@ data:
1818
spec:
1919
displayName: Package Server
2020
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
21+
minKubeVersion: 1.11.0
2122
keywords: ['packagemanifests', 'olm', 'packages']
2223
maintainers:
2324
- name: Red Hat

deploy/upstream/manifests/0.8.1/0000_30_15-olm-operators.catalogsource.yaml renamed to deploy/upstream/manifests/0.8.1/0000_50_15-olm-operators.catalogsource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##---
2-
# Source: olm/templates/0000_30_15-olm-operators.catalogsource.yaml
2+
# Source: olm/templates/0000_50_15-olm-operators.catalogsource.yaml
33
#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml
44
#! parse-kind: CatalogSource
55
apiVersion: operators.coreos.com/v1alpha1

0 commit comments

Comments
 (0)