Skip to content

haproxytech/helm-charts

Folders and files

NameName
Last commit message
Last commit date
Feb 24, 2025
Feb 28, 2025
May 12, 2025
May 2, 2025
Dec 18, 2019
May 21, 2021
Dec 18, 2019
Sep 20, 2023

Repository files navigation

HAProxy

HAProxy Helm Charts

GitHub CircleCI Artifact Hub

This repository hosts official HAProxy Technologies Helm Charts for deploying HAProxy Load Balancer and Ingress controller on Kubernetes.

Changelogs

Changelog for Helm charts in this repository are maintained automatically at ArtifactHub separately for HAProxy and Ingress controller

Changelog for the packaged projects are available separately for HAProxy and HAProxy Technologies Ingress controller, with release notes and other documentation available at their respective project pages.

Before you begin

Setup a Kubernetes Cluster

The quickest way to setup a Kubernetes cluster is with Azure Kubernetes Service, AWS Elastic Kubernetes Service or Google Kubernetes Engine using their respective quick-start guides.

For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.

Install Helm

Get the latest Helm release.

Add Helm chart repo

Once you have Helm installed, add the repo as follows:

helm repo add haproxytech https://haproxytech.github.io/helm-charts
helm repo update

HAProxy Helm charts can be also found on ArtifactHub.

Search and install charts

helm search repo haproxytech/
helm install my-release haproxytech/<chart>

NOTE: For instructions on how to install a chart follow instructions in its README.md.

Contributing

We welcome all contributions. Please refer to guidelines on how to make a contribution.