File tree 7 files changed +10
-7
lines changed 7 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ BUNDLE_CHANNELS := --channels=$(CHANNELS)
6
6
DEFAULT_CHANNEL ?= alpha
7
7
BUNDLE_DEFAULT_CHANNEL := --default-channel=$(DEFAULT_CHANNEL )
8
8
9
+ DEFAULT_PACKAGE ?= mariadb-operator
10
+ BUNDLE_PACKAGE := --package=$(DEFAULT_PACKAGE )
11
+
9
12
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS ) $(BUNDLE_DEFAULT_CHANNEL ) $(BUNDLE_PACKAGE )
10
13
11
14
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.
Original file line number Diff line number Diff line change 4
4
plugins:
5
5
manifests.sdk.operatorframework.io/v2: {}
6
6
scorecard.sdk.operatorframework.io/v2: {}
7
- projectName: mariadb-operator-helm
7
+ projectName: mariadb-operator
8
8
resources:
9
9
- api:
10
10
crdVersion: v1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM scratch
4
4
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5
5
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6
6
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
8
8
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
9
9
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
10
10
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.0
Original file line number Diff line number Diff line change @@ -263,12 +263,12 @@ metadata:
263
263
capabilities : Deep Insights
264
264
categories : Database
265
265
containerImage : mmontes11/mariadb-operator:latest
266
- createdAt : " 2023-01-28T17:18:10Z "
266
+ createdAt : " 2023-01-28T18:04:39Z "
267
267
description : Run and operate MariaDB in a cloud native way
268
268
operators.operatorframework.io/builder : operator-sdk-v1.26.0
269
269
operators.operatorframework.io/project_layout : helm.sdk.operatorframework.io/v1
270
270
repository : https://github.com/mmontes11/mariadb-operator
271
- name : mariadb-operator-helm .v0.6.4
271
+ name : mariadb-operator.v0.6.4
272
272
namespace : placeholder
273
273
spec :
274
274
apiservicedefinitions : {}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ annotations:
3
3
operators.operatorframework.io.bundle.mediatype.v1 : registry+v1
4
4
operators.operatorframework.io.bundle.manifests.v1 : manifests/
5
5
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
7
7
operators.operatorframework.io.bundle.channels.v1 : alpha
8
8
operators.operatorframework.io.bundle.channel.default.v1 : alpha
9
9
operators.operatorframework.io.metrics.builder : operator-sdk-v1.26.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
8
8
containerImage : mmontes11/mariadb-operator:latest
9
9
description : Run and operate MariaDB in a cloud native way
10
10
repository : https://github.com/mmontes11/mariadb-operator
11
- name : mariadb-operator-helm .v0.0.0
11
+ name : mariadb-operator.v0.0.0
12
12
namespace : placeholder
13
13
spec :
14
14
apiservicedefinitions : {}
Original file line number Diff line number Diff line change 1
1
# These resources constitute the fully configured set of manifests
2
2
# used to generate the 'manifests/' directory in a bundle.
3
3
resources :
4
- - bases/mariadb-operator-helm .clusterserviceversion.yaml
4
+ - bases/mariadb-operator.clusterserviceversion.yaml
5
5
- crds/mariadb.mmontes.io_backups.yaml
6
6
- crds/mariadb.mmontes.io_databases.yaml
7
7
- crds/mariadb.mmontes.io_grants.yaml
You can’t perform that action at this time.
0 commit comments