You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/how-tos/secure-your-work/use-artifact-attestations/enforce-artifact-attestations.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To set up an admission controller for enforcing GitHub artifact attestations, yo
23
23
24
24
### Deploy the Sigstore Policy Controller
25
25
26
-
We have packaged the Sigstore Policy Controller as a [GitHub distributed Helm chart](https://github.com/github/artifact-attestations-helm-charts). Before you begin, ensure you have the following prerequisites:
26
+
The Sigstore Policy Controller has been packaged and made available via a [Helm chart](https://github.com/sigstore/helm-charts). Before you begin, ensure you have the following prerequisites:
27
27
28
28
* A Kubernetes cluster with version 1.27 or later
29
29
*[Helm](https://helm.sh/docs/intro/install/) 3.0 or later
@@ -34,8 +34,8 @@ First, install the Helm chart that deploys the Sigstore Policy Controller:
This installs the Policy Controller into the `artifact-attestations` namespace. At this point, no policies have been configured, and it will not enforce any attestations.
@@ -48,7 +48,7 @@ Once the policy controller has been deployed, you need to add the GitHub `TrustR
@@ -119,13 +119,13 @@ To see the full set of options you may configure with the Helm chart, you can ru
119
119
For policy controller options:
120
120
121
121
```bash copy
122
-
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller --version v0.12.0-github12
122
+
helm show values oci://ghcr.io/sigstore/helm-charts/policy-controller --version 0.10.5
123
123
```
124
124
125
125
For trust policy options:
126
126
127
127
```bash copy
128
-
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/trust-policies --version v0.6.2
128
+
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/trust-policies --version v0.7.0
129
129
```
130
130
131
131
For more information on the Sigstore Policy Controller, see the [Sigstore Policy Controller documentation](https://docs.sigstore.dev/policy-controller/overview/).
0 commit comments