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:9fb568bca5d58751ce699f9de03a05438300cf535cd24a32eddc0b096594dc78
11
imagePullPolicy: IfNotPresent
12
netcat:
13
registry: cgr.dev
14
repository: chainguard-private/netcat
15
# -- 2024-09-03
16
version: sha256:20563ffbc6c3b0d0a70e5b6e16b8326e8aba40b11412c2694dfa3cce5047cee2
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:7401911ad8f29ffcc4f9f0fe5ada7313b62a3bf4c8421adac39250bb75c6816a
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:7401911ad8f29ffcc4f9f0fe5ada7313b62a3bf4c8421adac39250bb75c6816a
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:ff7ed43ff46cc0a67ec7d9b5a91afd8feef73120475930f8e1e24efa1704f437
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
serviceAccount:
123
create: true
124
name: ""
125
annotations: {}
126
logServer:
127
enabled: true
128
replicaCount: 1
129
name: log-server
130
portRPC: 8091
131
portHTTP: 8090
132
image:
133
registry: cgr.dev
134
repository: chainguard-private/trillian-logserver
135
pullPolicy: IfNotPresent
136
# -- trillian v1.7.2 (scaffolding v0.7.31)
137
version: sha256:7ac22f52f1a584315c5e3b7b58f20f5f1710f03905b9324ffd6f88926565cefc
138
nodeSelector: {}
139
tolerations: []
140
affinity: {}
141
service:
142
type: ClusterIP
143
headless: false
144
ports:
145
- name: 8091-tcp
146
port: 8091
147
protocol: TCP
148
targetPort: 8091
149
- name: 8090-tcp
150
port: 8090
151
protocol: TCP
152
targetPort: 8090
153
livenessProbe: {}
154
readinessProbe: {}
155
resources: {}
156
extraArgs: []
157
serviceAccount:
158
create: true
159
name: ""
160
annotations: {}
161
logSigner:
162
enabled: true
163
replicaCount: 1
164
name: log-signer
165
forceMaster: true
166
etcdServers: []
167
portRPC: 8091
168
portHTTP: 8090
169
image:
170
registry: cgr.dev
171
repository: chainguard-private/trillian-logsigner
172
pullPolicy: IfNotPresent
173
# -- trillian v1.7.2 (scaffolding v0.7.31)
174
version: sha256:c9dba3876259b17099857484558477667897199eaea8f4ee3d996d6518027c57
175
nodeSelector: {}
176
tolerations: []
177
affinity: {}
178
service:
179
type: ClusterIP
180
headless: false
181
ports:
182
- name: 8091-tcp
183
port: 8091
184
protocol: TCP
185
targetPort: 8091
186
livenessProbe: {}
187
readinessProbe: {}
188
resources: {}
189
extraArgs: []
190
serviceAccount:
191
create: true
192
name: ""
193
annotations: {}
194
createdb:
195
enabled: true
196
dbname: trillian
197
ttlSecondsAfterFinished: 3600
198
name: createdb
199
image:
200
registry: cgr.dev
201
repository: chainguard-private/sigstore-scaffolding-trillian-createdb
202
pullPolicy: IfNotPresent
203
# -- v0.7.31
204
version: sha256:00da45171d605267dc6d33c40f4605291a806e9ed28fba4fe9bfd9457ee894f5
205
serviceAccount:
206
create: false
207
name: ""
208
annotations: {}
209
nodeSelector: {}
210
tolerations: []
211
affinity: {}
212
# Force namespace of namespaced resources
213
forceNamespace: ""
214

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.