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 12, 2023
1 parent c26a1c1 commit 1a7b70c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 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 @@ -66,7 +66,7 @@ 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: {}
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://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

0 comments on commit 1a7b70c

Please sign in to comment.