priyawadhwa / tekton-helm-charts

Helm charts for deploying Tekton Pipelines, Dashboard and Chains

Home Page:https://chainguard-dev.github.io/tekton-helm-charts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Charts

Helm Charts to support the Tekton project.

Usage

Charts are available in the following formats:

Installing from the Chart Repository

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

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

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

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

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

About

Helm charts for deploying Tekton Pipelines, Dashboard and Chains

https://chainguard-dev.github.io/tekton-helm-charts/

License:Apache License 2.0


Languages

Language:Smarty 61.6%Language:Makefile 38.4%