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:df6a5b122f3038224a275b4f09776cc3036b6f001da1ce74759c15dcc0e3fdeb
11
imagePullPolicy: IfNotPresent
12
netcat:
13
registry: cgr.dev
14
repository: chainguard-private/netcat
15
# -- 2024-09-03
16
version: sha256:025f6691ea236bbae3134efc0e16833c4902ab7a75e22f2a7e4e21c97be21e12
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:56f4f8c2a5c00f1721a37839eb378633eb822e18bbbfdbf51803d5e87e707b6f
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:56f4f8c2a5c00f1721a37839eb378633eb822e18bbbfdbf51803d5e87e707b6f
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:adff7e36273db11fa7447c2521eaa0c5fc61159abb0d01b0cbf6ae5beff5458f
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:df6526effad52a9817cdd20929d7129847d0c771cf6acf0d36a98142d9ef61d4
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:8d631dbc82d233918fff9c644c2b786344813af069595c52bb77d8b37e518f19
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:fcaed4b2a076a8af45deb100b54aa6a1f1269fddd0834b6ed6ca987504fd1cb0
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.