Skip to content

Commit

Permalink
Add koku-metrics-operator v3.3.1 (#4973)
Browse files Browse the repository at this point in the history
Signed-off-by: David N <[email protected]>
  • Loading branch information
djnakabaale authored Aug 9, 2024
1 parent baa8388 commit 37f6f25
Show file tree
Hide file tree
Showing 5 changed files with 1,755 additions and 0 deletions.
21 changes: 21 additions & 0 deletions operators/koku-metrics-operator/3.3.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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=koku-metrics-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,beta
LABEL operators.operatorframework.io.bundle.channel.default.v1=beta
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.35.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

# 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 manifests /manifests/
COPY metadata /metadata/
COPY tests/scorecard /tests/scorecard/
Loading

0 comments on commit 37f6f25

Please sign in to comment.