Skip to content

Commit

Permalink
Merge pull request #24 from github/update-chart-names
Browse files Browse the repository at this point in the history
Include "artifact attestations" terminology in chart names and descriptions
  • Loading branch information
malancas authored Jun 10, 2024
2 parents 392c874 + 20d8928 commit da878a0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 6 deletions.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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

0 comments on commit da878a0

Please sign in to comment.