Skip to content

Commit 911b236

Browse files
committed
chore(manifests): make release
1 parent 851db12 commit 911b236

File tree

65 files changed

+462
-677
lines changed

Some content is hidden

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

65 files changed

+462
-677
lines changed

deploy/chart/templates/0000_30_13-packageserver.csv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: {{ .Values.namespace }}
66
spec:
77
displayName: Package Server
8-
description: Package Server is kubernetes APIService that provides the PackageManifest resource
8+
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
99
keywords: ['packagemanifests', 'olm', 'packages']
1010
maintainers:
1111
- name: Red Hat

deploy/ocp/manifests/0.8.0/0000_30_00-namespace.yaml

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

deploy/ocp/manifests/0.8.0/0000_30_01-olm-operator.serviceaccount.yaml

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

deploy/ocp/manifests/0.8.0/0000_30_02-clusterserviceversion.crd.yaml

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

deploy/ocp/manifests/0.8.0/0000_30_03-installplan.crd.yaml

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

deploy/ocp/manifests/0.8.0/0000_30_04-subscription.crd.yaml

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

deploy/ocp/manifests/0.8.0/0000_30_05-catalogsource.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##---
1+
---
22
# Source: olm/templates/0000_30_05-catalogsource.crd.yaml
33
apiVersion: apiextensions.k8s.io/v1beta1
44
kind: CustomResourceDefinition

deploy/ocp/manifests/0.8.0/0000_30_06-rh-operators.configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##---
1+
---
22
# Source: olm/templates/0000_30_06-rh-operators.configmap.yaml
33

44
kind: ConfigMap

deploy/ocp/manifests/0.8.0/0000_30_07-certified-operators.configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##---
1+
---
22
# Source: olm/templates/0000_30_07-certified-operators.configmap.yaml
33

44
kind: ConfigMap

deploy/ocp/manifests/0.8.0/0000_30_08-certified-operators.catalogsource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##---
1+
---
22
# Source: olm/templates/0000_30_08-certified-operators.catalogsource.yaml
33

44
#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml

0 commit comments

Comments
 (0)