All Projects → sigstore → helm-charts

sigstore / helm-charts

Licence: Apache-2.0 license
Helm charts for sigstore project

Programming Languages

Smarty
1635 projects

Projects that are alternatives of or similar to helm-charts

helm-charts
Helm Charts
Stars: ✭ 24 (-27.27%)
Mutual labels:  chart, helm, helm-charts
billimek-charts
DEPRECATED - new home is https://github.com/k8s-at-home/charts
Stars: ✭ 90 (+172.73%)
Mutual labels:  chart, helm, helm-charts
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (+54.55%)
Mutual labels:  chart, helm, helm-charts
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-63.64%)
Mutual labels:  chart, helm, helm-charts
charts
My helm charts
Stars: ✭ 15 (-54.55%)
Mutual labels:  chart, helm, helm-charts
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-45.45%)
Mutual labels:  helm, helm-charts
camunda-helm
Camunda public Kubernetes Helm repo and charts
Stars: ✭ 33 (+0%)
Mutual labels:  helm, helm-charts
helm-controller
A simple way to manage helm charts with a Custom Resource Definitions in k8s.
Stars: ✭ 49 (+48.48%)
Mutual labels:  helm, helm-charts
matrix-chart
Helm chart for deploying a Matrix homeserver stack
Stars: ✭ 83 (+151.52%)
Mutual labels:  helm, helm-charts
helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+157.58%)
Mutual labels:  helm, helm-charts
helm-charts
Community maintained Helm charts for Flux
Stars: ✭ 66 (+100%)
Mutual labels:  helm, helm-charts
kube-tools-aws
A lightweight Docker image with various CLI tooling for working with Kubernetes.
Stars: ✭ 26 (-21.21%)
Mutual labels:  helm, helm-charts
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-45.45%)
Mutual labels:  helm, helm-charts
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-54.55%)
Mutual labels:  helm, helm-charts
helm-charts
My collection of Helm charts.
Stars: ✭ 62 (+87.88%)
Mutual labels:  helm, helm-charts
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-57.58%)
Mutual labels:  helm, helm-charts
helm-charts
OpenSourced Helm charts
Stars: ✭ 38 (+15.15%)
Mutual labels:  helm, helm-charts
charts
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.
Stars: ✭ 32 (-3.03%)
Mutual labels:  helm, helm-charts
charts
Fairwinds helm chart repository
Stars: ✭ 99 (+200%)
Mutual labels:  helm, helm-charts
vault-charts
Charts to deploy Hashicorp Vault in Kubernetes
Stars: ✭ 15 (-54.55%)
Mutual labels:  helm, helm-charts

Helm Charts

Artifact Hub

Helm Charts to support the Sigstore project.

Usage

Charts are available in the following formats:

Contribute

❤️ Planning to contribute? Please following our contributing guidelines to have your contribution smoothly flowing into this project.

Installing from the Chart Repository

The following command can be used to add the chart repository:

helm repo add sigstore https://sigstore.github.io/helm-charts
helm repo update

Once the chart has been added, install one of the available charts:

helm upgrade -i <release_name> sigstore/<chart_name>

Installing from an OCI Registry

Charts are also available in OCI format. The list of available charts can be found here.

Install one of the available charts:

helm upgrade -i oci://ghcr.io/sigstore/helm-charts/<chart_name> --version=<version>

Provenance

Charts are signed using the provenance methods provided by the Helm project as well as uploaded to the Rekor transparency server using the Helm sigtore plugin.

Verification of the signed charts can be accomplished by importing the GPG Public Key that was used to sign the associated chart.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].