Skip to content

Commit

Permalink
Merge pull request #5444 from paulofasilva/main
Browse files Browse the repository at this point in the history
operator [CI] ndb-operator (1.6.0)
  • Loading branch information
Allda authored Jan 6, 2025
2 parents d99c58b + 2f44219 commit 13a5de1
Show file tree
Hide file tree
Showing 7 changed files with 4,118 additions and 1 deletion.
15 changes: 15 additions & 0 deletions operators/ndb-operator/1.6.0/bundle.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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=ndb-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=unknown

# Copy files to locations specified by labels.
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
3,774 changes: 3,774 additions & 0 deletions operators/ndb-operator/1.6.0/manifests/mysql.oracle.com_ndbclusters.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: ndb-operator-svc
spec:
clusterIP: None
selector:
app: ndb-operator
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: ndb-operator-webhook-service
spec:
ports:
- port: 9443
targetPort: 0
selector:
app: ndb-operator-webhook-server
status:
loadBalancer: {}

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions operators/ndb-operator/1.6.0/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
annotations:
# Core bundle annotations.
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: ndb-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.37.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: unknown
com.redhat.openshift.versions: v4.11
2 changes: 1 addition & 1 deletion operators/ndb-operator/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Use `replaces-mode` or `semver-mode`. Once you switch to `semver-mode`, there is no easy way back.
updateGraph: replaces-mode
reviewers:
- DineshSuryaPrakash
- paulofasilva
- Agostinholuis

0 comments on commit 13a5de1

Please sign in to comment.