Skip to content

Commit

Permalink
Merge pull request #28 from github/rename
Browse files Browse the repository at this point in the history
Rename repository and Helm chart name references to follow new naming scheme
  • Loading branch information
malancas authored Jun 13, 2024
2 parents 7631f4a + 1495055 commit 3bd9d79
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags:
- policy-controller-v*
- github-artifact-attestation-policy-v*
- trust-policies-v*

jobs:
release:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub Artifact Attestations Policy Controller Helm Charts
# Artifact Attestations Helm Charts

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

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

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

```bash
helm install policy-controller \
ghcr.io/github/policy-controller-helm/policy-controller \
ghcr.io/github/artifact-attestations-helm-charts/policy-controller \
--create-namespace --atomic --version v0.9.0-github2
```

Expand All @@ -41,8 +41,8 @@ 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 github-artifact-attestation-policy \
ghcr.io/github/policy-controller-helm/policies \
helm install trust-policies \
ghcr.io/github/artifact-attestations-helm-charts/trust-policies \
--set policy.enabled=true \
--set policy.organization=MYORG
```
Expand All @@ -65,7 +65,7 @@ See [CODEOWNERS](./CODEOWNERS) for a list of maintainers.
## Support

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

## Maintainer Documentation

Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project uses GitHub issues to track bugs and feature requests. Please searc

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

- 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.
- 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.

## GitHub Support Policy

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sources:

type: application

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

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3bd9d79

Please sign in to comment.