File tree 5 files changed +18
-7
lines changed
5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 8
8
type : application
9
9
10
10
name : 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 "
13
13
14
14
maintainers :
15
15
- name : codysoyland
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The Helm chart for Policy Controller
21
21
| installCRDs | bool | ` true ` | |
22
22
| leasescleanup.image.pullPolicy | string | ` "IfNotPresent" ` | |
23
23
| leasescleanup.image.repository | string | ` "cgr.dev/chainguard/kubectl" ` | |
24
- | leasescleanup.image.version | string | ` "latest-dev " ` | |
24
+ | leasescleanup.image.version | string | ` "sha256:dfa420c3fe94a8365b274fd714fb829b466cd762d6870d579db8744e6f27450a " ` | |
25
25
| loglevel | string | ` "info" ` | |
26
26
| serviceMonitor.enabled | bool | ` false ` | |
27
27
| webhook.configData | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -124,8 +124,12 @@ Create the image path for the passed in image field
124
124
Create the image path for the passed in leases-cleanup image field
125
125
*/} }
126
126
{ {- define " leases-cleanup.image" -} }
127
+ { {- if eq (substr 0 7 .version) " sha256:" -} }
128
+ { {- printf " %s@%s" .repository .version -} }
129
+ { {- else -} }
127
130
{ {- printf " %s:%s" .repository .version -} }
128
131
{ {- end -} }
132
+ { {- end -} }
129
133
130
134
{ {/*
131
135
*/} }
Original file line number Diff line number Diff line change @@ -46,14 +46,17 @@ spec:
46
46
type : object
47
47
properties :
48
48
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 '
50
50
type : string
51
51
root :
52
52
description : Root is the base64 encoded, json trusted initial root.
53
53
type : string
54
54
targets :
55
55
description : Targets is where the targets live off of the root of the Remote If not specified 'targets' is defaulted.
56
56
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
57
60
repository :
58
61
description : Repository contains the serialized TUF remote repository.
59
62
type : object
67
70
targets :
68
71
description : Targets is where the targets live off of the root of the Repository above. If not specified 'targets' is defaulted.
69
72
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
70
76
sigstoreKeys :
71
77
description : SigstoreKeys contains the serialized keys.
72
78
type : object
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ webhook:
16
16
name : webhook
17
17
image :
18
18
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
21
21
pullPolicy : IfNotPresent
22
22
env : {}
23
23
extraArgs : {}
@@ -70,7 +70,8 @@ webhook:
70
70
leasescleanup :
71
71
image :
72
72
repository : cgr.dev/chainguard/kubectl
73
- version : latest-dev
73
+ # crane digest cgr.dev/chainguard/kubectl:latest
74
+ version : sha256:dfa420c3fe94a8365b274fd714fb829b466cd762d6870d579db8744e6f27450a
74
75
pullPolicy : IfNotPresent
75
76
76
77
# # common node selector for all the pods
You can’t perform that action at this time.
0 commit comments