Skip to content

Commit 9e8669f

Browse files
author
jkylekelly
committed
use correct policy-controller version
1 parent 1fdfe30 commit 9e8669f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
helm install policy-controller --atomic \
4141
--create-namespace --namespace artifact-attestations \
4242
oci://ghcr.io/sigstore/helm-charts/policy-controller \
43-
--version v0.13.1
43+
--version 0.10.5
4444
4545
- name: Install trust-policies
4646
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You will need to install two charts. First, install the Sigstore policy controll
2525
helm install policy-controller --atomic \
2626
--create-namespace --namespace artifact-attestations \
2727
oci://ghcr.io/sigstore/helm-charts/policy-controller \
28-
--version v0.13.1
28+
--version 0.10.5
2929
```
3030

3131
The `--atomic` flag will delete the installation if failure occurs.

0 commit comments

Comments
 (0)