Skip to content

Commit 2675ac8

Browse files
committed
Bump policy-controller version to v0.10.0-github7
Signed-off-by: Cody Soyland <[email protected]>
1 parent 4def6fb commit 2675ac8

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

charts/policy-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sources:
88
type: application
99

1010
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"
1313

1414
maintainers:
1515
- name: codysoyland

charts/policy-controller/templates/crds/trustroots.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
@@ -67,6 +70,9 @@ spec:
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

charts/policy-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: {}

0 commit comments

Comments
 (0)