Skip to content

FusionAuth/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FusionAuth Helm Chart

Build Status

FusionAuth is a modern platform for Customer Identity and Access Management (CIAM). FusionAuth provides APIs and a responsive web user interface to support login, registration, localized email, multi-factor authentication, reporting, and much more.

Installation

See the chart README for detailed information.

Releasing the Chart

Release the chart by pushing a new tag.

git tag 1.0.0  <-- replace with your actual tag version
git push origin main --tags