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: chainreg.biz
8
repository: chainguard-private/curl
9
# -- 8.21.0
10
version: sha256:ea8277f85118f9faf6dc06c824c4158a84748c53ed4e464ce649965dc98ae8a8
11
imagePullPolicy: IfNotPresent
12
netcat:
13
registry: chainreg.biz
14
repository: chainguard-private/netcat
15
# -- 2024-09-03
16
version: sha256:bcad0c4282c6c4fdd292bd9be21844dda8c9c02f91e95f32ba8a4274b1b9ac05
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: chainreg.biz
29
repository: chainguard-private/cloud-sql-proxy
30
# -- v0.7.37 which is based on cloud-sql-proxy:2.23.0-alpine
31
version: sha256:b4ae36dbaaf745bda57f9cbd3b67c52a7b779d87a8425e9362697a04b219cd95
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: chainreg.biz
45
repository: chainguard-private/cloud-sql-proxy
46
# -- crane digest gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.23.0-alpine
47
version: sha256:b4ae36dbaaf745bda57f9cbd3b67c52a7b779d87a8425e9362697a04b219cd95
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: chainreg.biz
71
repository: chainguard-private/mariadb
72
pullPolicy: IfNotPresent
73
# -- crane digest gcr.io/trillian-opensource-ci/db_server:v1.5.3
74
version: sha256:bcb2434b329fc728a64257cbf20c66aa0cdbb36f6f1261b48633c87605a7dc65
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: chainreg.biz
136
repository: chainguard-private/trillian-logserver
137
pullPolicy: IfNotPresent
138
# -- trillian v1.7.3 (scaffolding v0.7.37)
139
version: sha256:c58199835207dc3fc74c034be0b25a550b344e7c60445c19b4617775dca6d38d
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: chainreg.biz
175
repository: chainguard-private/trillian-logsigner
176
pullPolicy: IfNotPresent
177
# -- trillian v1.7.3 (scaffolding v0.7.37)
178
version: sha256:6ceaaa85ca9e1c398fe910560e64df8c8c93dd20d92e7747faebc867d44a809a
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: chainreg.biz
207
repository: chainguard-private/sigstore-scaffolding-trillian-createdb
208
pullPolicy: IfNotPresent
209
# -- v0.7.31
210
version: sha256:6ca31f8a866c2329fe01a8385fa3c30227faa3e8803b08a359d69c7676ec4e1e
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.