DirectorySecurity advisories
Sign in

Directory

helm-chartmuseum logo

helm-chartmuseum

Last changed
Get started with latest for free
docker pull cgr.dev/chainguard/helm-chartmuseum

Need access to a specific version? Contact us.

Sign in for updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign in
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Minimal image with chartmuseum binary.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/helm-chartmuseum:latest

Usage

Create a helm chart, and package it into a charts/ directory:

helm create hello
mkdir charts/
helm package hello -d ./charts

Start the chartmuseum server:

docker run --rm -p 8080:8080 -v $(pwd)/charts:/charts \
  cgr.dev/chainguard/chartmuseum:latest

From another terminal, use it as a helm repository:

helm repo add chartmuseum http://localhost:8080
helm search repo chartmuseum/
helm upgrade --install chartmuseum-demo chartmuseum/hello
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Related images

Category
application
kubernetes

Products

Chainguard Images

© 2024 Chainguard, Inc.