Skip to content

Commit 401f2e7

Browse files
author
jkylekelly
committed
Use latest version of sigstore/policy-controller
1 parent 7c6a657 commit 401f2e7

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository hosts GitHub's Helm charts for deploying [a Kubernetes admission controller for Artifact Attestations](https://docs.github.com/en/actions/security-guides/enforcing-artifact-attestations-with-a-kubernetes-admission-controller). This admission controller allows you to enforce the provenance of artifacts deployed to your cluster by verifying their [Artifact Attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds#verifying-artifact-attestations-with-the-github-cli).
44

55
The admission controller consists of:
6-
- The [`policy-controller` chart](https://github.com/github/artifact-attestations-helm-charts/tree/main/charts/policy-controller), which is used to deploy [our temporary fork](https://github.com/github/policy-controller) of the [Sigstore Policy Controller](https://github.com/sigstore/policy-controller)
6+
- The [`policy-controller` chart](https://github.com/github/artifact-attestations-helm-charts/tree/main/charts/policy-controller), which is used to deploy the [Sigstore Policy Controller](https://github.com/sigstore/policy-controller)
77
- The [`trust-policies` chart](https://github.com/github/artifact-attestations-helm-charts/tree/main/charts/trust-policies), which is used to deploy GitHub's `TrustRoot` and a default `ClusterImagePolicy`. This policy ensures that images installed on a cluster must have provenance attestations generated with the [Attest Build Provenance GitHub Action](https://github.com/actions/attest-build-provenance).
88

99
These charts are published to GitHub Container Registry (GHCR) as OCI images. Every release is attested with
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
apiVersion: v2
22
description: Artifact Attestations Policy Controller Helm Chart
3-
home: https://github.com/github/policy-controller
3+
home: https://github.com/sigstore/policy-controller
44

55
sources:
6-
- https://github.com/github/policy-controller
6+
- https://github.com/sigstore/policy-controller
77

88
type: application
99

1010
name: policy-controller
11-
version: "v0.12.0-github12"
12-
appVersion: "v0.12.0-github12"
11+
version: "v0.13.0"
12+
appVersion: "v0.13.0"
1313

1414
maintainers:
15-
- name: codysoyland
1615
- name: malancas

charts/policy-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Helm chart for Policy Controller
44

5-
**Homepage:** <https://github.com/github/policy-controller>
5+
**Homepage:** <https://github.com/sigstore/policy-controller>
66

77
## Source Code
88

charts/trust-policies/Chart.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
description: GitHub policy for the Artifact Attestations Policy Controller
3-
home: https://github.com/github/policy-controller
2+
description: Used to deploy GitHub's TrustRoot and a default ClusterImagePolicy
3+
home: https://github.com/github/artifact-attestations-helm-charts
44

55
sources:
6-
- https://github.com/github/policy-controller
6+
- https://github.com/github/artifact-attestations-helm-charts
77

88
type: application
99

@@ -12,5 +12,4 @@ version: "v0.6.2"
1212
appVersion: "v0.6.2"
1313

1414
maintainers:
15-
- name: codysoyland
1615
- name: malancas

charts/trust-policies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Trust policies
22

3-
This helm chart installs GitHub's `TrustRoot` and a default `ClusterImagePolicy` meant to be used with the <https://github.com/github/policy-controller>, and which can be used to enforce that images installed in your Kubernetes cluster originated within a given repository, organization, or were generated by a given reusable workflow.
3+
This helm chart installs GitHub's `TrustRoot` and a default `ClusterImagePolicy` meant to be used with the <https://github.com/sigstore/policy-controller>, and which can be used to enforce that images installed in your Kubernetes cluster originated within a given repository, organization, or were generated by a given reusable workflow.
44

55
See the [values.yaml](./values.yaml) file for more information on which fields can be customized.

0 commit comments

Comments
 (0)