Skip to content

Commit 3bd9d79

Browse files
authored
Merge pull request #28 from github/rename
Rename repository and Helm chart name references to follow new naming scheme
2 parents 7631f4a + 1495055 commit 3bd9d79

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- policy-controller-v*
7-
- github-artifact-attestation-policy-v*
7+
- trust-policies-v*
88

99
jobs:
1010
release:

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Artifact Attestations Policy Controller Helm Charts
1+
# Artifact Attestations Helm Charts
22

33
This repository hosts the GitHub's [Policy Controller](https://github.com/github/policy-controller) Helm charts.
44

@@ -15,7 +15,7 @@ the [Attest Build Provenance Action](https://github.com/actions/attest-build-pro
1515
You can verify these release with the `gh` CLI:
1616
```bash
1717
gh attestation verify \
18-
oci://ghcr.io/github/policy-controller-helm/policy-controller:v0.9.0-github2 \
18+
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller:v0.9.0-github2 \
1919
--owner github
2020
```
2121

@@ -31,7 +31,7 @@ You will need to install two charts. First, install the policy controller:
3131

3232
```bash
3333
helm install policy-controller \
34-
ghcr.io/github/policy-controller-helm/policy-controller \
34+
ghcr.io/github/artifact-attestations-helm-charts/policy-controller \
3535
--create-namespace --atomic --version v0.9.0-github2
3636
```
3737

@@ -41,8 +41,8 @@ The `--atomic` flag will delete the installation if failure occurs.
4141
Next, install the default GitHub policy to be used with policy controller:
4242

4343
```bash
44-
helm install github-artifact-attestation-policy \
45-
ghcr.io/github/policy-controller-helm/policies \
44+
helm install trust-policies \
45+
ghcr.io/github/artifact-attestations-helm-charts/trust-policies \
4646
--set policy.enabled=true \
4747
--set policy.organization=MYORG
4848
```
@@ -65,7 +65,7 @@ See [CODEOWNERS](./CODEOWNERS) for a list of maintainers.
6565
## Support
6666

6767
If you have any questions or issues following examples outlined in this repository,
68-
please file an [issue](https://github.com/github/policy-controller-helm/issues/new?template=Blank+issue) and we will assist you.
68+
please file an [issue](https://github.com/github/artifact-attestations-helm-charts/issues/new?template=Blank+issue) and we will assist you.
6969

7070
## Maintainer Documentation
7171

Diff for: SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project uses GitHub issues to track bugs and feature requests. Please searc
66

77
For help or questions about using this project, please file an issue and we will assist you.
88

9-
- policy-controller-helm is under active development and maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
9+
- artifact-attestations-helm-charts is under active development and maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
1010

1111
## GitHub Support Policy
1212

Diff for: charts/github-artifact-attestation-policy/Chart.yaml renamed to charts/trust-policies/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77

88
type: application
99

10-
name: github-artifact-attestation-policy
10+
name: trust-policies
1111
version: "v0.1.0"
1212
appVersion: "v0.1.0"
1313

0 commit comments

Comments
 (0)