File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 88type : application
99
1010name : policy-controller
11- version : " v0.10.0-github5 "
12- appVersion : " v0.10.0-github5 "
11+ version : " v0.10.0-github7 "
12+ appVersion : " v0.10.0-github7 "
1313
1414maintainers :
1515 - name : codysoyland
Original file line number Diff line number Diff line change @@ -46,14 +46,17 @@ spec:
4646 type : object
4747 properties :
4848 mirror :
49- description : ' Mirror is the remote mirror, for example: https://sigstore- tuf-root.storage.googleapis.com '
49+ description : ' Mirror is the remote mirror, for example: https://tuf-repo-cdn.sigstore.dev '
5050 type : string
5151 root :
5252 description : Root is the base64 encoded, json trusted initial root.
5353 type : string
5454 targets :
5555 description : Targets is where the targets live off of the root of the Remote If not specified 'targets' is defaulted.
5656 type : string
57+ trustedRootTarget :
58+ description : TrustedRootTarget is the name of the target containing the JSON trusted root. If not specified, `trusted_root.json` is used.
59+ type : string
5760 repository :
5861 description : Repository contains the serialized TUF remote repository.
5962 type : object
6770 targets :
6871 description : Targets is where the targets live off of the root of the Repository above. If not specified 'targets' is defaulted.
6972 type : string
73+ trustedRootTarget :
74+ description : TrustedRootTarget is the name of the target containing the JSON trusted root. If not specified, `trusted_root.json` is used.
75+ type : string
7076 sigstoreKeys :
7177 description : SigstoreKeys contains the serialized keys.
7278 type : object
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ webhook:
1616 name : webhook
1717 image :
1818 repository : ghcr.io/github/policy-controller-webhook
19- # crane digest ghcr.io/github/policy-controller-webhook:v0.10.0-github5
20- version : sha256:048a124b6f287a742956006730844ff5553d00bc12ec99ed1793480d7fbec814
19+ # crane digest ghcr.io/github/policy-controller-webhook:v0.10.0-github7
20+ version : sha256:0bc1630678ffb1623c139d6f0cfdb512a2041033ec94c83a3820f7eddd6b0aab
2121 pullPolicy : IfNotPresent
2222 env : {}
2323 extraArgs : {}
You can’t perform that action at this time.
0 commit comments