Skip to content

Commit 1d1cb4b

Browse files
committed
generate
Signed-off-by: Benedikt Bongartz <[email protected]>
1 parent 183c7bd commit 1d1cb4b

File tree

8 files changed

+73
-2
lines changed

8 files changed

+73
-2
lines changed

api/tempo/v1alpha1/zz_generated.deepcopy.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/community/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ metadata:
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
7676
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
77-
createdAt: "2025-07-08T18:20:54Z"
77+
createdAt: "2025-07-23T09:16:26Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -756,6 +756,13 @@ spec:
756756
x-descriptors:
757757
- urn:alm:descriptor:com.tectonic.ui:select:Managed
758758
- urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
759+
- description: NetworkingSpec defines how networking configs are handled.
760+
displayName: Networking
761+
path: networking
762+
- description: Enabled determines whether network policies are generated for
763+
the operands.
764+
displayName: Enable Networkpolicies
765+
path: networking.enabled
759766
- description: ObservabilitySpec defines how telemetry data gets handled.
760767
displayName: Observability
761768
path: observability

bundle/community/manifests/tempo.grafana.com_tempostacks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,15 @@ spec:
220220
- Managed
221221
- Unmanaged
222222
type: string
223+
networking:
224+
description: NetworkingSpec defines how networking configs are handled.
225+
properties:
226+
enabled:
227+
default: "true"
228+
description: Enabled determines whether network policies are generated
229+
for the operands.
230+
type: boolean
231+
type: object
223232
observability:
224233
description: ObservabilitySpec defines how telemetry data gets handled.
225234
properties:

bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ metadata:
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
7676
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
77-
createdAt: "2025-07-08T18:20:52Z"
77+
createdAt: "2025-07-23T09:16:24Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -756,6 +756,13 @@ spec:
756756
x-descriptors:
757757
- urn:alm:descriptor:com.tectonic.ui:select:Managed
758758
- urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
759+
- description: NetworkingSpec defines how networking configs are handled.
760+
displayName: Networking
761+
path: networking
762+
- description: Enabled determines whether network policies are generated for
763+
the operands.
764+
displayName: Enable Networkpolicies
765+
path: networking.enabled
759766
- description: ObservabilitySpec defines how telemetry data gets handled.
760767
displayName: Observability
761768
path: observability

bundle/openshift/manifests/tempo.grafana.com_tempostacks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,15 @@ spec:
220220
- Managed
221221
- Unmanaged
222222
type: string
223+
networking:
224+
description: NetworkingSpec defines how networking configs are handled.
225+
properties:
226+
enabled:
227+
default: "true"
228+
description: Enabled determines whether network policies are generated
229+
for the operands.
230+
type: boolean
231+
type: object
223232
observability:
224233
description: ObservabilitySpec defines how telemetry data gets handled.
225234
properties:

config/crd/bases/tempo.grafana.com_tempostacks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,15 @@ spec:
216216
- Managed
217217
- Unmanaged
218218
type: string
219+
networking:
220+
description: NetworkingSpec defines how networking configs are handled.
221+
properties:
222+
enabled:
223+
default: "true"
224+
description: Enabled determines whether network policies are generated
225+
for the operands.
226+
type: boolean
227+
type: object
219228
observability:
220229
description: ObservabilitySpec defines how telemetry data gets handled.
221230
properties:

config/manifests/community/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,13 @@ spec:
685685
x-descriptors:
686686
- urn:alm:descriptor:com.tectonic.ui:select:Managed
687687
- urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
688+
- description: NetworkingSpec defines how networking configs are handled.
689+
displayName: Networking
690+
path: networking
691+
- description: Enabled determines whether network policies are generated for
692+
the operands.
693+
displayName: Enable Networkpolicies
694+
path: networking.enabled
688695
- description: ObservabilitySpec defines how telemetry data gets handled.
689696
displayName: Observability
690697
path: observability

config/manifests/openshift/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,13 @@ spec:
685685
x-descriptors:
686686
- urn:alm:descriptor:com.tectonic.ui:select:Managed
687687
- urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
688+
- description: NetworkingSpec defines how networking configs are handled.
689+
displayName: Networking
690+
path: networking
691+
- description: Enabled determines whether network policies are generated for
692+
the operands.
693+
displayName: Enable Networkpolicies
694+
path: networking.enabled
688695
- description: ObservabilitySpec defines how telemetry data gets handled.
689696
displayName: Observability
690697
path: observability

0 commit comments

Comments
 (0)