DirectorySecurity AdvisoriesPricing
Sign in
Directory
sigstore-trillian logoHELM

sigstore-trillian

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
namespace:
2
create: false
3
name: trillian-system
4
imagePullSecrets: []
5
initContainerImage:
6
curl:
7
registry: cgr.dev
8
repository: chainguard-private/curl
9
# -- 8.17.0
10
version: sha256:52258a3c473e3b8a87f9aeafbc6fc9beaa1e261f84cb969da93897b723bd9615
11
imagePullPolicy: IfNotPresent
12
netcat:
13
registry: cgr.dev
14
repository: chainguard-private/netcat
15
# -- 2024-09-03
16
version: sha256:7d318095574032b974d87092d36b3b4f5e69cc5396f1b09632f75d91b0514fe8
17
imagePullPolicy: IfNotPresent
18
storageSystem:
19
driver: mysql
20
envCredentials: []
21
quotaSystem:
22
driver: mysql
23
mysql:
24
gcp:
25
enabled: false
26
instance: ""
27
scaffoldSQLProxy:
28
registry: cgr.dev
29
repository: chainguard-private/cloud-sql-proxy
30
# -- v0.7.31 which is based on cloud-sql-proxy:2.19.0-alpine
31
version: sha256:f6124edc42338fef1b4b64c9745abf1708d2c6e208db1f70bf2876ed07d9329f
32
resources:
33
requests:
34
memory: "2Gi"
35
cpu: "1"
36
securityContext:
37
allowPrivilegeEscalation: false
38
readOnlyRootFilesystem: true
39
runAsNonRoot: true
40
capabilities:
41
drop:
42
- ALL
43
cloudsql:
44
registry: cgr.dev
45
repository: chainguard-private/cloud-sql-proxy
46
# -- crane digest gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.19.0-alpine
47
version: sha256:f6124edc42338fef1b4b64c9745abf1708d2c6e208db1f70bf2876ed07d9329f
48
resources:
49
requests:
50
memory: "2Gi"
51
cpu: "1"
52
securityContext:
53
allowPrivilegeEscalation: false
54
readOnlyRootFilesystem: true
55
runAsNonRoot: true
56
capabilities:
57
drop:
58
- ALL
59
unixDomainSocket:
60
enabled: false
61
path: /cloudsql
62
enabled: true
63
replicaCount: 1
64
name: mysql
65
hostname: ""
66
port: 3306
67
strategy:
68
type: Recreate
69
image:
70
registry: cgr.dev
71
repository: chainguard-private/mariadb
72
pullPolicy: IfNotPresent
73
# -- crane digest gcr.io/trillian-opensource-ci/db_server:v1.5.3
74
version: sha256:00b6d2520f78bd20e592abf51a83f3dbb864fad2db8fae2d987720209bbad6a2
75
resources: {}
76
args:
77
- "--ignore-db-dir=lost+found"
78
service:
79
type: ClusterIP
80
ports:
81
- name: 3306-tcp
82
port: 3306
83
protocol: TCP
84
targetPort: 3306
85
livenessProbe:
86
initialDelaySeconds: 30
87
periodSeconds: 10
88
timeoutSeconds: 1
89
failureThreshold: 3
90
successThreshold: 1
91
exec:
92
command:
93
- /etc/init.d/mysql
94
- status
95
readinessProbe:
96
initialDelaySeconds: 10
97
periodSeconds: 10
98
timeoutSeconds: 1
99
failureThreshold: 3
100
successThreshold: 1
101
exec:
102
command:
103
- /etc/init.d/mysql
104
- status
105
secret:
106
annotations: {}
107
auth:
108
username: "mysql"
109
password: ""
110
rootPassword: ""
111
existingSecret: ""
112
persistence:
113
enabled: true
114
annotations: {}
115
storageClass: null
116
size: 5Gi
117
mountPath: /var/lib/mysql
118
subPath: ""
119
existingClaim: ""
120
accessModes:
121
- ReadWriteOnce
122
podAnnotations: {}
123
podLabels: {}
124
serviceAccount:
125
create: true
126
name: ""
127
annotations: {}
128
logServer:
129
enabled: true
130
replicaCount: 1
131
name: log-server
132
portRPC: 8091
133
portHTTP: 8090
134
image:
135
registry: cgr.dev
136
repository: chainguard-private/trillian-logserver
137
pullPolicy: IfNotPresent
138
# -- trillian v1.7.2 (scaffolding v0.7.31)
139
version: sha256:9ce63b1660ee812b3dc46f1dcb82ee5c4690c7d14768d73e84d8051d58a7a6da
140
podAnnotations: {}
141
podLabels: {}
142
nodeSelector: {}
143
tolerations: []
144
affinity: {}
145
service:
146
type: ClusterIP
147
headless: false
148
ports:
149
- name: 8091-tcp
150
port: 8091
151
protocol: TCP
152
targetPort: 8091
153
- name: 8090-tcp
154
port: 8090
155
protocol: TCP
156
targetPort: 8090
157
livenessProbe: {}
158
readinessProbe: {}
159
resources: {}
160
extraArgs: []
161
serviceAccount:
162
create: true
163
name: ""
164
annotations: {}
165
logSigner:
166
enabled: true
167
replicaCount: 1
168
name: log-signer
169
forceMaster: true
170
etcdServers: []
171
portRPC: 8091
172
portHTTP: 8090
173
image:
174
registry: cgr.dev
175
repository: chainguard-private/trillian-logsigner
176
pullPolicy: IfNotPresent
177
# -- trillian v1.7.2 (scaffolding v0.7.31)
178
version: sha256:d03607c91f5ea28777fa2555fcf57d0e06e843ce8b60a7df33433ec0729acecd
179
podAnnotations: {}
180
podLabels: {}
181
nodeSelector: {}
182
tolerations: []
183
affinity: {}
184
service:
185
type: ClusterIP
186
headless: false
187
ports:
188
- name: 8091-tcp
189
port: 8091
190
protocol: TCP
191
targetPort: 8091
192
livenessProbe: {}
193
readinessProbe: {}
194
resources: {}
195
extraArgs: []
196
serviceAccount:
197
create: true
198
name: ""
199
annotations: {}
200
createdb:
201
enabled: true
202
dbname: trillian
203
ttlSecondsAfterFinished: 3600
204
name: createdb
205
image:
206
registry: cgr.dev
207
repository: chainguard-private/sigstore-scaffolding-trillian-createdb
208
pullPolicy: IfNotPresent
209
# -- v0.7.31
210
version: sha256:29c7551b096e71940cd4347e0a7d758ac0e78ea4201ed86141ffc57438e9bb56
211
serviceAccount:
212
create: false
213
name: ""
214
annotations: {}
215
annotations: {}
216
podAnnotations: {}
217
podLabels: {}
218
nodeSelector: {}
219
tolerations: []
220
affinity: {}
221
# Force namespace of namespaced resources
222
forceNamespace: ""
223

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.