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 7, 2023
1 parent c26a1c1 commit b6186ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 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
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-08-17T13:36:51Z"
operators.operatorframework.io/builder: operator-sdk-v1.31.0
createdAt: "2023-09-06T18:13:45Z"
operators.operatorframework.io/builder: operator-sdk-v1.28.0-ocp
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: {}
Expand All @@ -75,8 +75,8 @@ spec:
- 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://minio-directpv-operator-rhmp.domain
maintainers:
- email: cesar@minio.io
name: cesar
- email: dev@minio.io
name: MinIO, Inc.
maturity: alpha
provider:
name: directpv
name: MinIO, Inc.
url: https://min.io
version: 4.0.7

0 comments on commit b6186ac

Please sign in to comment.