Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include "artifact attestations" terminology in chart names and descriptions #24

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ helm install policy-controller \
```

The `--create-namespace` will create the release namespace if not present.
The `--atmoic` flag will delete the installation if failure occurs.
The `--atomic` flag will delete the installation if failure occurs.

Next, install the default GitHub policy to be used with policy controller:

```bash
helm install policy-controller-policies \
ghcr.io/github/policy-controller-helm/policies --set policy.enabled=true \
helm install github-artifact-attestation-policy \
ghcr.io/github/policy-controller-helm/policies \
--set policy.enabled=true \
--set policy.organization=MYORG
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
description: Default policy for GitHub's Sigstore policy controller
description: GitHub policy for the Artifact Attestations Policy Controller
home: https://github.com/github/policy-controller

sources:
- https://github.com/github/policy-controller

type: application

name: policy-controller-policies
name: github-artifact-attestation-policy
version: "v0.1.0"
appVersion: "v0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion charts/policy-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
description: The Helm chart for GitHub's Sigstore Policy Controller
description: Artifact Attestations Policy Controller Helm Chart
home: https://github.com/github/policy-controller

sources:
Expand Down
Loading