Skip to content

Commit 7bbc276

Browse files
codysoylandsaritai
andauthored
Artifact attestations: update policy-controller version number (#55289)
Signed-off-by: Cody Soyland <codysoyland@github.com> Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
1 parent e9b3891 commit 7bbc276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/actions/security-for-github-actions/using-artifact-attestations/enforcing-artifact-attestations-with-a-kubernetes-admission-controller.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ First, install the Helm chart that deploys the Sigstore Policy Controller:
5555
helm upgrade policy-controller --install --atomic \
5656
--create-namespace --namespace artifact-attestations \
5757
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller \
58-
--version v0.12.0-github10
58+
--version v0.12.0-github12
5959
```
6060

6161
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.
@@ -139,7 +139,7 @@ To see the full set of options you may configure with the Helm chart, you can ru
139139
For policy controller options:
140140

141141
```bash copy
142-
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller --version v0.12.0-github10
142+
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller --version v0.12.0-github12
143143
```
144144

145145
For trust policy options:

0 commit comments

Comments
 (0)