https://github.com/jogetworkflow/helm-joget
Helm chart to bootstrap a Joget DX deployment on a Kubernetes cluster using the Helm package manager.
https://github.com/jogetworkflow/helm-joget
Last synced: 4 months ago
JSON representation
Helm chart to bootstrap a Joget DX deployment on a Kubernetes cluster using the Helm package manager.
- Host: GitHub
- URL: https://github.com/jogetworkflow/helm-joget
- Owner: jogetworkflow
- Created: 2024-03-12T08:39:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T07:07:37.000Z (11 months ago)
- Last Synced: 2025-07-18T11:12:02.580Z (11 months ago)
- Language: Smarty
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joget DX
[Joget DX](https://www.joget.com) is an open source no-code / low-code application platform that combines the best of rapid application development, business process automation and workflow management. Joget empowers business users, non-coders or coders with a single platform to easily build, deliver, monitor and maintain enterprise applications.
# Introduction
This Helm chart bootstraps a Joget DX deployment on a Kubernetes cluster using the Helm package manager.
# Prerequisites
- Kubernetes 1.22+
- ReadWriteMany volume for deployment scaling
- Supported database (MySQL, PostgreSQL, Oracle, MS SQL Server)
# Installation
## Add Helm Repository
1. Add Helm repository
```sh
helm repo add joget https://jogetworkflow.github.io/helm-joget/charts/
```
1. Update Helm repositories
```sh
helm repo update
```
## Install Chart with Release Name `Joget`
1. Create the joget namespace:
```sh
kubectl create namespace joget
```
1. Run helm install:
```sh
helm install joget joget/joget --namespace joget
```
1. Perform [database setup](https://dev.joget.org/community/display/DX8/Setting+Up+Database)
# Resources
- [Get Started](https://dev.joget.org/community/display/DX8/Get+Started)