Skip to content

Helm chart 0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 May 11:00
helm-v0.4.0
507ab36

Helm chart for the Jarvy telemetry forwarder.

Install

helm install jarvy-telemetry \
  oci://ghcr.io/bearbinary/charts/jarvy-telemetry-forwarder \
  --version 0.4.0 \
  --namespace jarvy-telemetry --create-namespace

Verify signature

The --certificate-identity flag is exact, not a
substring match. A fork named bearbinary/jarvy-anything
cannot satisfy this identity even with a valid Sigstore
certificate.

cosign verify \
  --certificate-identity "https://github.com/bearbinary/Jarvy/.github/workflows/helm-release.yml@refs/tags/helm-v0.4.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  ghcr.io/bearbinary/charts/jarvy-telemetry-forwarder:0.4.0

Artifacts

  • OCI: ghcr.io/bearbinary/charts/jarvy-telemetry-forwarder:0.4.0
  • Digest: sha256:8971e1e6e070c6424e39700319e0d5d717c664282de2ccb62cf1f91755dc5859
  • Chart SHA256: 8c068152a683ed5db54cc9067090ada8b028569860d29fad6cf527177b0c05a1
  • Signature Rekor UUID: 1534842539https://search.sigstore.dev/?logIndex=1534842539
  • SBOM attestation Rekor UUID: 1534843855https://search.sigstore.dev/?logIndex=1534843855
  • SBOMs: sbom.spdx.json, sbom.cdx.json attached

Operational documentation:
https://jarvy.dev/operations/telemetry-forwarder/

Full Changelog: helm-v0.3.0...helm-v0.4.0