atlantis-chart

Atlantis Helm Chart Repository

Auto Tag Release

This is a Helm chart repository for the Atlantis Helm chart.

Quick Start

Add the Repository

helm repo add atlantis https://k8sforge.github.io/atlantis-chart
helm repo update

Install the Chart

helm install my-atlantis atlantis/atlantis --version <version>

List Available Versions

helm search repo atlantis/atlantis --versions

Chart Information

Documentation

For complete documentation, configuration options, and examples, visit the main repository.

Alternative: OCI Installation

This chart is also available via OCI registry:

helm install my-atlantis \
  oci://ghcr.io/k8sforge/atlantis-chart/atlantis \
  --version <version>

Support