Skip to content

Commit cefcb13

Browse files
committed
Renamed package to mariadb-operator
1 parent 6deae70 commit cefcb13

7 files changed

+10
-7
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ BUNDLE_CHANNELS := --channels=$(CHANNELS)
66
DEFAULT_CHANNEL ?= alpha
77
BUNDLE_DEFAULT_CHANNEL := --default-channel=$(DEFAULT_CHANNEL)
88

9+
DEFAULT_PACKAGE ?= mariadb-operator
10+
BUNDLE_PACKAGE := --package=$(DEFAULT_PACKAGE)
11+
912
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) $(BUNDLE_PACKAGE)
1013

1114
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout:
44
plugins:
55
manifests.sdk.operatorframework.io/v2: {}
66
scorecard.sdk.operatorframework.io/v2: {}
7-
projectName: mariadb-operator-helm
7+
projectName: mariadb-operator
88
resources:
99
- api:
1010
crdVersion: v1

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM scratch
44
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7-
LABEL operators.operatorframework.io.bundle.package.v1=mariadb-operator-helm
7+
LABEL operators.operatorframework.io.bundle.package.v1=mariadb-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.0

bundle/manifests/mariadb-operator-helm.clusterserviceversion.yaml renamed to bundle/manifests/mariadb-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,12 @@ metadata:
263263
capabilities: Deep Insights
264264
categories: Database
265265
containerImage: mmontes11/mariadb-operator:latest
266-
createdAt: "2023-01-28T17:18:10Z"
266+
createdAt: "2023-01-28T18:04:39Z"
267267
description: Run and operate MariaDB in a cloud native way
268268
operators.operatorframework.io/builder: operator-sdk-v1.26.0
269269
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
270270
repository: https://github.com/mmontes11/mariadb-operator
271-
name: mariadb-operator-helm.v0.6.4
271+
name: mariadb-operator.v0.6.4
272272
namespace: placeholder
273273
spec:
274274
apiservicedefinitions: {}

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ annotations:
33
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
6-
operators.operatorframework.io.bundle.package.v1: mariadb-operator-helm
6+
operators.operatorframework.io.bundle.package.v1: mariadb-operator
77
operators.operatorframework.io.bundle.channels.v1: alpha
88
operators.operatorframework.io.bundle.channel.default.v1: alpha
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.26.0

config/manifests/bases/mariadb-operator-helm.clusterserviceversion.yaml renamed to config/manifests/bases/mariadb-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
containerImage: mmontes11/mariadb-operator:latest
99
description: Run and operate MariaDB in a cloud native way
1010
repository: https://github.com/mmontes11/mariadb-operator
11-
name: mariadb-operator-helm.v0.0.0
11+
name: mariadb-operator.v0.0.0
1212
namespace: placeholder
1313
spec:
1414
apiservicedefinitions: {}

config/manifests/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These resources constitute the fully configured set of manifests
22
# used to generate the 'manifests/' directory in a bundle.
33
resources:
4-
- bases/mariadb-operator-helm.clusterserviceversion.yaml
4+
- bases/mariadb-operator.clusterserviceversion.yaml
55
- crds/mariadb.mmontes.io_backups.yaml
66
- crds/mariadb.mmontes.io_databases.yaml
77
- crds/mariadb.mmontes.io_grants.yaml

0 commit comments

Comments
 (0)