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:096d8d5a69a38d0cf89c6826a3f31f30cb598cd770a58e12651963d83ced810c
11
imagePullPolicy: IfNotPresent
12
netcat:
13
registry: cgr.dev
14
repository: chainguard-private/netcat
15
# -- 2024-09-03
16
version: sha256:a607173a5721c23689f99f2f69acb3835146911a0d3c39d9f8d7f4885012385a
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:3810907a3b87c6ea1c8adc1213619f37beed38c9e9acad9de20d4cc33482668e
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:3810907a3b87c6ea1c8adc1213619f37beed38c9e9acad9de20d4cc33482668e
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:d07c8e19b0d70dde7d345d369ae1c8c671c665ac3fdb1cd148f42e93a12f3710
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:bc762d8e33af83dd6143f773729028fb2bb35d3390a0fd02a8ea382addf96c8f
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:dfaa0e3d8f9f55ef01ea755504ef070533743bcff306a960146f8967e14fffe3
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:215d94ac461637b44b6d2a4b77348b17db4a0fede71c0fe656b50c5e040a32f7
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.