https://github.com/fusionauth/charts
Public helm charts
https://github.com/fusionauth/charts
fusionauth helm helm-chart helm-charts k8s kubernetes
Last synced: 2 months ago
JSON representation
Public helm charts
- Host: GitHub
- URL: https://github.com/fusionauth/charts
- Owner: FusionAuth
- License: apache-2.0
- Created: 2020-01-24T17:40:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:44:52.000Z (about 1 year ago)
- Last Synced: 2024-09-14T06:41:09.301Z (about 1 year ago)
- Topics: fusionauth, helm, helm-chart, helm-charts, k8s, kubernetes
- Language: Mustache
- Homepage: https://fusionauth.io
- Size: 903 KB
- Stars: 24
- Watchers: 12
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FusionAuth Helm Chart

[FusionAuth](https://fusionauth.io/) 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](chart/README.md) for detailed information.
## Versioning
Beginning with 1.57.1, the Helm chart version is the same as the FusionAuth app version. This makes it easy to know which version of FusionAuth is set as the default in the chart. If you wish to upgrade the chart, but not the FusionAuth app version, set `image.tag` in the chart's values to the version of FusionAuth that you want to run.
We'll typically release any changes to the chart alongside new FusionAuth app versions. Changes will be called out in the release notes. If changes must be made to the chart outside of the FusionAuth app release cycle, we'll indicate that with a SemVer pre-release tag. For example, `1.57.1-1` would indicate the 1st revision of the chart after the `1.57.1` release, before the next FusionAuth app release.
## 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
```The Actions workflow triggered by the tag push will automatically get the latest available version of FusionAuth and set that as the default for the chart, as well as updating the various files where the app version is referenced.