diff --git a/helm/bundle.Dockerfile b/helm/bundle.Dockerfile index 7119dc5e..7d32f8b3 100644 --- a/helm/bundle.Dockerfile +++ b/helm/bundle.Dockerfile @@ -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 diff --git a/helm/bundle/manifests/charts.quay.io_directpvcharts.yaml b/helm/bundle/manifests/charts.quay.io_directpvcharts.yaml index 19b43333..a9a11e64 100644 --- a/helm/bundle/manifests/charts.quay.io_directpvcharts.yaml +++ b/helm/bundle/manifests/charts.quay.io_directpvcharts.yaml @@ -6,8 +6,8 @@ metadata: spec: group: charts.quay.io names: - kind: DirectpvChart - listKind: DirectpvChartList + kind: DirectPVChart + listKind: DirectPVChartList plural: directpvcharts singular: directpvchart scope: Namespaced @@ -15,7 +15,7 @@ spec: - 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 @@ -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 diff --git a/helm/bundle/manifests/directpv-operator.clusterserviceversion.yaml b/helm/bundle/manifests/minio-directpv-operator-rhmp.clusterserviceversion.yaml similarity index 94% rename from helm/bundle/manifests/directpv-operator.clusterserviceversion.yaml rename to helm/bundle/manifests/minio-directpv-operator-rhmp.clusterserviceversion.yaml index c2dec1d7..eb090d8b 100644 --- a/helm/bundle/manifests/directpv-operator.clusterserviceversion.yaml +++ b/helm/bundle/manifests/minio-directpv-operator-rhmp.clusterserviceversion.yaml @@ -6,7 +6,7 @@ metadata: [ { "apiVersion": "charts.quay.io/v1alpha1", - "kind": "DirectpvChart", + "kind": "DirectPVChart", "metadata": { "name": "directpvchart-sample" }, @@ -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: "" @@ -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 @@ -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 diff --git a/helm/config/crd/bases/charts.quay.io_directpvcharts.yaml b/helm/config/crd/bases/charts.quay.io_directpvcharts.yaml index 53d4d59c..eb3f8836 100644 --- a/helm/config/crd/bases/charts.quay.io_directpvcharts.yaml +++ b/helm/config/crd/bases/charts.quay.io_directpvcharts.yaml @@ -6,8 +6,8 @@ metadata: spec: group: charts.quay.io names: - kind: DirectpvChart - listKind: DirectpvChartList + kind: DirectPVChart + listKind: DirectPVChartList plural: directpvcharts singular: directpvchart scope: Namespaced @@ -15,7 +15,7 @@ spec: - 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 @@ -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