@@ -27,9 +27,9 @@ configs:
27
27
namespace_create : true
28
28
namespace : trusted-artifact-signer-clientserver
29
29
image :
30
- registry : registry.redhat .io
31
- repository : rhtas-tech-preview /client-server-rhel9
32
- version : sha256:07b1c06290706873ee55e39bad5804ea1d7574b01909adf97d67495ad919f9a1
30
+ registry : quay .io
31
+ repository : redhat-user-workloads/ rhtas-tenant/access-1-0-gamma /client-server-1-0-gamma
32
+ version : sha256:d8540b72f67c3947287d30913a9277770a43eb37eff2dd3efcb8e24759a106ac
33
33
pullPolicy : IfNotPresent
34
34
ctlog :
35
35
namespace : ctlog-system
@@ -40,7 +40,6 @@ configs:
40
40
- ctlog
41
41
- ctlog-createtree
42
42
- trusted-artifact-signer-ctlog-createctconfig
43
-
44
43
rekor :
45
44
namespace_create : true
46
45
namespace : rekor-system
@@ -69,7 +68,6 @@ configs:
69
68
- interval : 30s
70
69
port : 2112-tcp
71
70
scheme : http
72
-
73
71
fulcio :
74
72
namespace_create : true
75
73
namespace : fulcio-system
@@ -108,7 +106,6 @@ configs:
108
106
- interval : 30s
109
107
port : 2112-tcp
110
108
scheme : http
111
-
112
109
trillian :
113
110
namespace_create : true
114
111
namespace : trillian-system
@@ -118,7 +115,6 @@ configs:
118
115
- trillian-logserver
119
116
- trillian-logsigner
120
117
- trillian-mysql
121
-
122
118
tuf :
123
119
namespace : tuf-system
124
120
namespace_create : true
@@ -127,7 +123,6 @@ configs:
127
123
rolebindings :
128
124
- tuf
129
125
- tuf-secret-copy-job
130
-
131
126
cosign_deploy :
132
127
enabled : false
133
128
namespace : cosign
@@ -144,6 +139,13 @@ configs:
144
139
repository : rhtas-tech-preview/cosign-rhel9
145
140
version : sha256:f4c2cec3fc1e24bbe094b511f6fe2fe3c6fa972da0edacaf6ac5672f06253a3e
146
141
pullPolicy : IfNotPresent
142
+ # tsa:
143
+ # namespace: tsa-system
144
+ # namespace_create: true
145
+ # # -- names for rolebindings to add clusterroles to tuf serviceaccounts.
146
+ # # The names must match the serviceaccount names in the tuf namespace.
147
+ # rolebindings:
148
+ # - tsa-server
147
149
148
150
rbac :
149
151
# -- clusterrole to be added to sigstore component serviceaccounts.
@@ -223,10 +225,6 @@ scaffold:
223
225
className : " "
224
226
annotations :
225
227
route.openshift.io/termination : " edge"
226
- hosts :
227
- - host : fulcio.appsSubdomain
228
- path : /
229
-
230
228
rekor :
231
229
enabled : true
232
230
forceNamespace : rekor-system
@@ -257,10 +255,6 @@ scaffold:
257
255
className : " "
258
256
annotations :
259
257
route.openshift.io/termination : " edge"
260
- hosts :
261
- - host : rekor.appsSubdomain
262
- path : /
263
-
264
258
createtree :
265
259
image :
266
260
registry : registry.redhat.io
@@ -384,15 +378,10 @@ scaffold:
384
378
className : " "
385
379
annotations :
386
380
route.openshift.io/termination : " edge"
387
- http :
388
- hosts :
389
- - host : tuf.appsSubdomain
390
- path : /
391
381
deployment :
392
382
registry : registry.redhat.io
393
383
repository : rhtas-tech-preview/tuf-server-rhel9
394
384
version : sha256:413e361de99f09e617084438b2fc3c9c477f4a8e2cd65bd5f48271e66d57a9d9
395
-
396
385
copySecretJob :
397
386
name : copy-secrets-job
398
387
enabled : true
@@ -405,9 +394,36 @@ scaffold:
405
394
406
395
tsa :
407
396
enabled : false
397
+ # enabled: true
408
398
forceNamespace : tsa-system
409
399
namespace :
410
400
create : false
411
401
name : tsa-system
412
402
server :
413
403
fullnameOverride : tsa-server
404
+ image :
405
+ registry : quay.io
406
+ repository : redhat-user-workloads/rhtas-tenant/tsa-1-0-gamma/timestamp-authority-1-0-gamma
407
+ version : sha256:4a142e1581801501705ab955109dc9a12bfd3e2232efa67b27b07bd7c290a40b
408
+ imagePullPolicy : IfNotPresent
409
+ ingress :
410
+ http :
411
+ enabled : true
412
+ className : " "
413
+ annotations :
414
+ route.openshift.io/termination : " edge"
415
+ serviceAccount :
416
+ create : true
417
+ name : " tsa-server"
418
+ mountToken : false
419
+ securityContext :
420
+ runAsUser : 1000620001
421
+ supplementalGroups : [1000620001]
422
+ allowPrivilegeEscalation : false
423
+ capabilities :
424
+ drop :
425
+ - ALL
426
+ containerSecurityContext :
427
+ testing : " true"
428
+
429
+
0 commit comments