https://github.com/chainguard-dev/helm-charts
https://github.com/chainguard-dev/helm-charts
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chainguard-dev/helm-charts
- Owner: chainguard-dev
- License: apache-2.0
- Created: 2023-04-18T16:54:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T02:37:53.000Z (about 1 year ago)
- Last Synced: 2024-03-26T03:38:56.402Z (about 1 year ago)
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/pubkey.gpg
Awesome Lists containing this project
README
# Helm Charts
[Helm](https://helm.sh) charts for [Chainguard](https://chainguard.dev) products.
## Usage
Charts are available in the following formats:
* [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
### Installing from the Chart Repository
The following command can be used to add the chart repository:
```shell
helm repo add chainguard https://chainguard-dev.github.io/helm-charts
helm repo update
```Once the chart repository has been added, install one of the available charts:
```shell
helm upgrade -i chainguard/
```## Provenance
Charts are signed using the [provenance methods provided by the Helm project](https://helm.sh/docs/topics/provenance/)
as well as uploaded to the [Rekor transparency server](https://github.com/sigstore/rekor)
using the [Helm sigstore plugin](https://github.com/sigstore/helm-sigstore).Verification of the signed charts can be accomplished by importing the GPG
Public Key that was used to sign the associated chart.```shell
cat security/pubkey.gpg | gpg --import --batch
```Once the public key has been imported, charts can be verified using the
`helm verify` and/or `helm chainguard verify` commands.> Note: The public key that was used to sign a particular chart may not be
identical to the public key on the `main` branch. Each chart release has an
associated git tag. The public key that was used to sign the particular chart
will be included in this tag.## Charts
* [enforce-agent](charts/enforce-agent) - [docs](https://edu.chainguard.dev/chainguard/chainguard-enforce/chainguard-enforce-kubernetes/alternative-installation-methods/)