Browse Catalog
Catalog
Config
Stacks
Operate
Docs

grafana/alloy

Inspect the retained package for grafana/alloy@1.11.0, its packaged configurations, and its exact publication receipt.

This page proves that the named package was published and inspected at the recorded digests. It does not claim Argo CD sync, Kubernetes health, production readiness, or another version's test result.

Publication proof: recorded · runtime proof: not inherited.

Licenses: chart Apache-2.0 (the chart source repository's LICENSE, read 2026-08-08). This describes the chart templates, not the packaged application images.

Plan an upgrade or promotion

Back to the Component Catalog · component versions: 1.11.0 · 1.8.2

What this page gives you

This is a human-readable detail page for one retained package version. It keeps the package, base names, exact OCI identity, and publication receipt reachable without pretending this retained-only version has the richer readiness evidence attached to the bold version in the component row.

Where its settings and observations live

Each packaged configuration records Helm-derived files and installer metadata. Later ConfigHub changes belong in governed variants. Target prerequisites and live observations remain separate facts; this publication receipt does not turn them into passes.

Four Separate Questions

Inspecting a source, producing objects, checking a destination, and checking a live result are different jobs. A Catalog match is useful for comparison but is not required. A missing destination or deployment is shown as not run or blocked, not as a failed configuration.

QuestionCurrent answerWhat it needsStatus
What do I have?Inspect the helm source, choices, locks, and any existing output before selecting a destination.Destination access: no
Selected configuration deployed: no
Available to inspect
evidence recorded
What will it produce?Run the recorded Helm render step to produce the exact Kubernetes objects for this configuration.Destination access: no
Selected configuration deployed: no
Checked: passed
evidence recorded
Can this destination accept it?No destination answer is available yet because target facts or lifecycle handling are incomplete.Destination access: yes
Selected configuration deployed: no
Answer pending
evidence pending
Did it work?No post-deployment result is recorded for this exact configuration. Publication, upload, or rendering is not proof that it ran correctly.Destination access: yes
Selected configuration deployed: yes
Not run
no run recorded

Open the complete assessment, source, lifecycle, and evidence record.

Try This Chart

Inspect the exact package first, then choose one of the packaged configurations. The version remains readable in the reference, and the manifest digest prevents the registry from returning different package bytes. The setup command renders files locally; it does not apply them to Kubernetes.

New to cub? Install the cub CLI first. Public catalog packages pull and render anonymously, and you sign in only once a command saves or changes ConfigHub data.

Here is what the command does. cub installer is an open-source plugin for the cub CLI. cub installer setup pulls a catalog package and writes its Kubernetes files locally, leaving delivery to kubectl, Argo CD or Flux. The generated scripts stop before doing any work when the plugin or kustomize is missing.

cub installer inspect oci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/grafana-alloy:1.11.0@sha256:01110b6ce36bc7f75b9c638d85b49ffc86fe7989016966092b19f3bd04ae8808 --json
cub installer setup --pull oci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/grafana-alloy:1.11.0@sha256:01110b6ce36bc7f75b9c638d85b49ffc86fe7989016966092b19f3bd04ae8808 --base default --work-dir ./grafana-alloy-1-11-0-default --non-interactive

Run shared local configuration checks after the package has written its Kubernetes YAML:

cub plugin install confighub/homebrew-tap@cub-scan-v0.7.3 --name scan
cub check --format json --output cub-check.json <work-dir>/out/manifests

The check is advisory and does not apply anything.

Version tag: oci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/grafana-alloy:1.11.0

Exact package: oci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/grafana-alloy:1.11.0@sha256:01110b6ce36bc7f75b9c638d85b49ffc86fe7989016966092b19f3bd04ae8808

The manifest digest comes from the committed publication receipt. cub installer refuses the pull if that exact manifest is not available.

Verify the package publisher

Run this command with cosign. It checks the expected publisher, the exact manifest digest, and the package annotations.

cosign verify --certificate-identity helm-expt-package-signer@nth-fort-499605-q5.iam.gserviceaccount.com --certificate-oidc-issuer https://accounts.google.com --annotations confighub.com/package-path=packages/grafana/alloy/1.11.0 --annotations confighub.com/package-sha256=75ce791134245455f1982bb83532cd0ff6c0f7ef15da09059eead35a1303206a europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/grafana-alloy:1.11.0@sha256:01110b6ce36bc7f75b9c638d85b49ffc86fe7989016966092b19f3bd04ae8808

A valid signature identifies who signed these package bytes. It does not show that the configuration is suitable for your cluster; use this page's checks and setup instructions for that decision.

Signature receipt · Sigstore bundle · How signature verification works

Available Configurations

  • default - package default

The section below says what these configurations expect you to provide.

Local Configuration Checks

We ran cub check v0.7.3 against the exact rendered objects for every configuration below. The result is advisory: read each finding and decide whether it matters for your target.

Scanner and ruleset identity

Pattern bundle: v0.7.3
Bundle manifest: sha256:0405f6ffe21e567adf5d6a732d181c7f228194920456d046b4338baeb14de1a8
Risk catalog: sha256:7ff79a126ad99bba2505fec8b2b7711c03f50eb362141128ec1c83e27a5036ba

ConfigurationAdvisory resultExact inputCheckedEvidence
default5 advisory findings
3 critical, 2 warning
DaemonSet omits security context settings
DaemonSet container does not set runAsNonRoot
ClusterRole grants secrets read permissions
7 objects
sha256:0dd141c82551d8a13204d8e6e68bbd28fc61d05359e10cf6ac31b0ca42d36187
2026-08-24Full cub check result
Exact YAML
Separate Catalog review

What this does not check: hook execution, CRD readiness, target Secrets and cloud services, admission behavior, workload health, or rollback. The linked Catalog review covers chart-specific source and operating questions. ConfigHub validation and approval are separate managed controls.

Read all shared check results and the mapping to Catalog rules.

What This Chart Contains

Shipping a chart as plain rendered YAML is faster and simpler, and it silently drops anything Helm was going to do afterwards. This section reports what a scan of the packaged chart found, across 81 files.

ConstructFoundWhy it matters when a chart ships as plain YAML
Capability branching11The chart chooses apiVersions from the cluster it renders against.
Custom resource definitions2Per-file delivery can race the definitions the resources depend on.
Condition-gated subcharts1What renders depends on which conditions the values switch on.

A flattening-safety verdict has decided this version: default:flatten-with-routes. The verdict records one disposition per construct and names any companion artifact a flattened bundle must ship.

A construct being present does not make a chart unflattenable. Most are switched on or off by values, and a verdict records which ones the base you choose actually reaches. Read the catalog-wide evidence for how common each one is.

Images This Chart Pulls

Every reference below is read from the committed package bases, so what you see is what the packaged manifests name.

Packaged baseImage references
defaultdocker.io/grafana/alloy:v1.18.0
quay.io/prometheus-operator/prometheus-config-reloader:v0.91.0@sha256:7d9e4eea5f1139e602508871f422b0116c60e87c662f3dcd234d5ab60cd0d8c1

What Has Been Tested

Choose the question you care about. Not checked means this catalog has no version-specific result; it is not a pass.

QuestionStatusEvidence
Can I pull these exact package bytes again? Checked Package receipt
What does this chart contain? Not checked No linked result
Does the recorded render match Helm? Not checked No linked result
Did the supplied values change the render? Not checked No linked result
Were hooks, CRDs, or setup steps checked? Not checked No linked result
Did this version run on a local Kubernetes cluster? Not checked No linked result
Did an OCI delivery through GitOps run? Not checked No linked result
Did Helm and ConfigHub reach the same live result? Not checked No linked result
Was the result compared on separate clusters? Not checked No linked result
Was a ConfigHub promotion tested? Not checked No linked result
Did this version string point at changed upstream bytes? Not checked No linked result

The committed publication receipt binds this package path and OCI ref to layer sha256:75ce791134245455f1982bb83532cd0ff6c0f7ef15da09059eead35a1303206a and manifest sha256:01110b6ce36bc7f75b9c638d85b49ffc86fe7989016966092b19f3bd04ae8808, and records an inspect-result digest.

You can check a pull yourself: the inspect command under Try This Chart prints the package's manifest and layer digests, and they must equal the receipted values above. If they differ, do not use the pulled package.

No version-specific runtime result is claimed here. The component row's readiness, caveats, and live evidence describe only its bold version. For that separate evidence, open the 1.8.2 evidence page.

What You Must Provide

The installer metadata records no external-requirement references for these configurations. You must still review the rendered objects and target policy.

Choose a namespace and target deliberately, supply any listed Secret, CRD, storage, API, or cloud prerequisite, and inspect the rendered YAML before delivery.

Before Production

Run target-specific policy, lifecycle, upgrade, and workload checks. A successful package publication and inspect result does not establish production support or live convergence.

Source And Evidence Files

RecordOpen
Retained package sourcepackages/grafana/alloy/1.11.0
Machine-readable listing (JSON)site/listings/grafana-alloy-1-11-0-default.json
Installer metadatapackages/grafana/alloy/1.11.0/installer.yaml
Publication receiptruns/installer-oci/grafana-alloy/1.11.0/installer-package-publication-receipt.yaml
Publisher signatureruns/installer-oci-signatures/grafana-alloy/1.11.0/signature-receipt.yaml
Sigstore bundleruns/installer-oci-signatures/grafana-alloy/1.11.0/signature.sigstore.json
Version tagoci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/grafana-alloy:1.11.0
Exact OCI refoci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/grafana-alloy:1.11.0@sha256:01110b6ce36bc7f75b9c638d85b49ffc86fe7989016966092b19f3bd04ae8808
Layer digestsha256:75ce791134245455f1982bb83532cd0ff6c0f7ef15da09059eead35a1303206a
Manifest digestsha256:01110b6ce36bc7f75b9c638d85b49ffc86fe7989016966092b19f3bd04ae8808
Generated from the retained installer package and its committed publication receipt. Publication proof is not runtime proof.