Skip to content

Commit

Permalink
Docs generate bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Jensen <[email protected]>
  • Loading branch information
Mactherobot committed Oct 10, 2024
1 parent d7ff8fe commit b4d8f12
Show file tree
Hide file tree
Showing 7 changed files with 172 additions and 3 deletions.
19 changes: 19 additions & 0 deletions bundle.Dockerfile-e
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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=jaeger
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.13.0+git
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

# OpenShift specific labels.
LABEL com.redhat.openshift.versions=v4.12

# Copy files to locations specified by labels.
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
4 changes: 2 additions & 2 deletions bundle/manifests/jaeger-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
categories: Logging & Tracing
certified: "false"
containerImage: quay.io/jaegertracing/jaeger-operator:1.59.0
createdAt: "2024-09-16T07:36:45Z"
createdAt: "2024-10-10T07:13:09Z"
description: Provides tracing, monitoring and troubleshooting for microservices-based
distributed systems
operators.openshift.io/infrastructure-features: '["disconnected"]'
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
value: DEBUG
- name: KAFKA-PROVISIONING-MINIMAL
value: "true"
image: quay.io/jaegertracing/jaeger-operator:1.61.0
image: quay.io/magnusjensen/jaeger-operator:1.61.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 2 additions & 0 deletions bundle/manifests/jaegertracing.io_jaegers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,8 @@ spec:
type: object
dnsPolicy:
type: string
enabled:
type: boolean
hostNetwork:
type: boolean
image:
Expand Down
14 changes: 14 additions & 0 deletions bundle/metadata/annotations.yaml-e
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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: jaeger
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.13.0+git
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

# OpenShift annotations
com.redhat.openshift.versions: v4.12
2 changes: 2 additions & 0 deletions config/crd/bases/jaegertracing.io_jaegers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,8 @@ spec:
type: object
dnsPolicy:
type: string
enabled:
type: boolean
hostNetwork:
type: boolean
image:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/jaegertracing/jaeger-operator
newName: quay.io/magnusjensen/jaeger-operator
newTag: 1.61.0
132 changes: 132 additions & 0 deletions config/manifests/bases/jaeger-operator.clusterserviceversion.yaml-e

Large diffs are not rendered by default.

0 comments on commit b4d8f12

Please sign in to comment.