Skip to content

Commit

Permalink
Having just one CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Sep 13, 2023
1 parent c26a1c1 commit 6926a09
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion helm/bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM scratch
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=directpv-operator
LABEL operators.operatorframework.io.bundle.package.v1=minio-directpv-operator-rhmp
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
Expand Down
10 changes: 5 additions & 5 deletions helm/bundle/manifests/charts.quay.io_directpvcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ metadata:
spec:
group: charts.quay.io
names:
kind: DirectpvChart
listKind: DirectpvChartList
kind: DirectPVChart
listKind: DirectPVChartList
plural: directpvcharts
singular: directpvchart
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: DirectpvChart is the Schema for the directpvcharts API
description: DirectPVChart is the Schema for the directpvcharts API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -30,11 +30,11 @@ spec:
metadata:
type: object
spec:
description: Spec defines the desired state of DirectpvChart
description: Spec defines the desired state of DirectPVChart
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of DirectpvChart
description: Status defines the observed state of DirectPVChart
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
[
{
"apiVersion": "charts.quay.io/v1alpha1",
"kind": "DirectpvChart",
"kind": "DirectPVChart",
"metadata": {
"name": "directpvchart-sample"
},
Expand Down Expand Up @@ -66,17 +66,17 @@ metadata:
createdAt: "2023-08-17T13:36:51Z"
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
name: directpv-operator.v4.0.7
name: minio-directpv-operator-rhmp.v4.0.7
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- kind: DirectpvChart
- kind: DirectPVChart
name: directpvcharts.charts.quay.io
version: v1alpha1
description: directpv
displayName: directpv
description: Minio DirectPV Operator manages DirectPV deployments.
displayName: Minio DirectPV Operator
icon:
- base64data: ""
mediatype: ""
Expand Down Expand Up @@ -243,7 +243,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=directpv-operator
image: quay.io/cniackz4/directpv-operator:4.0.7
image: quay.io/minio/directpv-operator:4.0.7
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -318,14 +318,15 @@ spec:
- supported: true
type: AllNamespaces
keywords:
- directpv
- minio-directpv-operator-rhmp
links:
- name: Directpv Operator
url: https://directpv-operator.domain
- name: Minio DirectPV Operator Rhmp
url: https://min.io/directpv
maintainers:
- email: cesar@minio.io
name: cesar
- email: dev@minio.io
name: MinIO, Inc.
maturity: alpha
provider:
name: directpv
name: DirectPV
url: https://min.io/directpv
version: 4.0.7
10 changes: 5 additions & 5 deletions helm/config/crd/bases/charts.quay.io_directpvcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ metadata:
spec:
group: charts.quay.io
names:
kind: DirectpvChart
listKind: DirectpvChartList
kind: DirectPVChart
listKind: DirectPVChartList
plural: directpvcharts
singular: directpvchart
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: DirectpvChart is the Schema for the directpvcharts API
description: DirectPVChart is the Schema for the directpvcharts API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -30,11 +30,11 @@ spec:
metadata:
type: object
spec:
description: Spec defines the desired state of DirectpvChart
description: Spec defines the desired state of DirectPVChart
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of DirectpvChart
description: Status defines the observed state of DirectPVChart
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
Expand Down

0 comments on commit 6926a09

Please sign in to comment.