DirectorySecurity AdvisoriesPricing
Sign in
Directory
jaeger-operator logoHELM

jaeger-operator

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Jaeger Operator

Chainguard's redistribution of the Jaeger Operator Helm chart, pre-configured with hardened Chainguard Images.

Prerequisites

Authentication is required to access this chart and its images. First, authenticate with Chainguard and configure your environment:

chainctl auth login
chainctl auth configure-docker --pull-token --save
helm registry login cgr.dev

Create an image pull secret for the cluster:

kubectl create secret docker-registry cgr-pull-secret \
  --docker-server=cgr.dev \
  --docker-username="$(echo cgr.dev | docker-credential-cgr get | jq -r '.Username')" \
  --docker-password="$(echo cgr.dev | docker-credential-cgr get | jq -r '.Secret')" \
  --namespace jaeger-operator

The Jaeger Operator's admission webhook requires cert-manager to be installed in the cluster. By default the chart creates a self-signed cert-manager Issuer and Certificate to serve the webhook, so cert-manager must be present before installing:

helm install cert-manager oci://cgr.dev/ORGANIZATION/charts/cert-manager \
  --namespace cert-manager --create-namespace \
  --set crds.enabled=true

Installation

helm install jaeger-operator oci://cgr.dev/ORGANIZATION/charts/jaeger-operator \
  --namespace jaeger-operator --create-namespace \
  --set image.imagePullSecrets[0].name=cgr-pull-secret

About This Chart

This is a redistribution of the upstream Jaeger Operator Helm chart. All upstream configuration options and documentation apply.

For full documentation, see: https://www.jaegertracing.io/docs/latest/operator/

Chart versions
  • 2.57.0

    Latest
  • 2.57

  • 2

View all chart versions

Images

Helm charts contain references to Chainguard Container images. The following images are referenced in the chart:

jaeger-operator logo

jaeger-operator


The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.