DirectorySecurity AdvisoriesPricing
Sign in
Directory
jaeger-operator logoHELM

jaeger-operator

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
# Default values for jaeger-operator.
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
5
image:
6
repository: cgr.dev/scratch-images/test-tmp/jaeger-operator
7
tag: 1.65.0-r26@sha256:807b7296c8c03554821c7c1dcd3113b035ed594868d9e0792b56cae53e07230c
8
pullPolicy: IfNotPresent
9
imagePullSecrets: []
10
certs:
11
issuer:
12
create: true
13
name: ""
14
certificate:
15
create: true
16
namespace: ""
17
secretName: ""
18
# Specify the cert-manager issuer kind to use an existing cert-manager
19
# issuer; typically Issuer or ClusterIssuer
20
# This field will be ignored if issuer.create is true
21
issuerKind: Issuer
22
webhooks:
23
mutatingWebhook:
24
create: true
25
validatingWebhook:
26
create: true
27
port: 9443
28
service:
29
annotations: {}
30
create: true
31
name: ""
32
jaeger:
33
# Specifies whether Jaeger instance should be created
34
create: false
35
# namespace where Jaeger resource should be created default to .Release.Namespace
36
namespace:
37
spec: {}
38
rbac:
39
# Specifies whether RBAC resources should be created
40
create: true
41
pspEnabled: false
42
clusterRole: false
43
service:
44
type: ClusterIP
45
# Specify a specific node port when type is NodePort
46
# nodePort: 32500
47
# Annotations for service
48
annotations: {}
49
serviceAccount:
50
# Specifies whether a ServiceAccount should be created
51
create: true
52
# The name of the ServiceAccount to use.
53
# If not set and create is true, a name is generated using the fullname template
54
name:
55
# Annotations for serviceAccount
56
annotations: {}
57
extraArgs: {}
58
# Specifies extra command line arguments arguments passed to the operator:
59
# foo: bar
60
61
# Specifies extra environment variables passed to the operator:
62
extraEnv: []
63
# Specifies log-level for the operator:
64
# - name: LOG-LEVEL
65
# value: debug
66
67
serviceExtraLabels: {}
68
# Specifies extra labels for the operator-metric service:
69
# foo: bar
70
71
extraLabels: {}
72
# Specifies extra labels for the operator deployment:
73
# foo: bar
74
75
# Specifies desired number of operator pods
76
replicaCount: 1
77
resources: {}
78
# limits:
79
# cpu: 100m
80
# memory: 128Mi
81
# requests:
82
# cpu: 100m
83
# memory: 128Mi
84
85
nodeSelector: {}
86
tolerations: []
87
topologySpreadConstraints: []
88
affinity: {}
89
securityContext: {}
90
containerSecurityContext: {}
91
priorityClassName:
92
# Specifies weather host network should be used
93
hostNetwork: false
94
metricsPort: 8383
95

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.