Skip to content

Commit

Permalink
Pushing all missing generated files. (#174)
Browse files Browse the repository at this point in the history
Those files were supposed to be added to previous PRs but were
forgotten.

We now have a CI job to make sure we are not forgetting to push all
generated files with each change.

This commit is for making sure we are aligned.

Signed-off-by: Yoni Bettan <[email protected]>

Signed-off-by: Yoni Bettan <[email protected]>
  • Loading branch information
ybettan authored Nov 30, 2022
1 parent 11ddb17 commit 280e048
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FROM scratch

# Core bundle labels.
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=kernel-module-management
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.25.2
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

# Labels for testing.
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/

# Copy files to locations specified by labels.
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ spec:
kind: Module
name: modules.kmm.sigs.k8s.io
version: v1alpha1
- description: ManagedClusterModule is the Schema for the managedclustermodules
API
displayName: Managed Cluster Module
kind: ManagedClusterModule
name: managedclustermodules.kmm.sigs.k8s.io
version: v1beta1
- description: Module is the Schema for the modules API
displayName: Module
kind: Module
Expand Down

0 comments on commit 280e048

Please sign in to comment.