This is a Helm Chart for deploying Dify, an open-source LLMOps platform.
Helm Chart Version | Dify Version |
---|---|
0.0.2 | 1.4.0 |
0.0.1 | 0.15.2 |
# Add the Helm repository
helm repo add dify-chart https://lengrongfu.github.io/dify-chart
helm repo update
# Install the chart
helm install dify dify-chart/dify-chart
# Install with custom namespace
helm install dify dify-chart/dify-chart --namespace dify --create-namespace
# Clone the repository
git clone https://github.com/lengrongfu/dify-chart.git
cd dify-chart
# Install the chart
helm install dify ./dify-chart
# Install with custom namespace
helm install dify ./dify-chart --namespace dify --create-namespace
For detailed configuration options, please refer to the chart documentation.
This project uses GitHub Actions to automate the release process. When a new tag (format: v*
, e.g. v0.1.0
) is pushed, it will automatically build and publish the Helm Chart to GitHub Pages.
# Update the version in dify-chart/Chart.yaml
git add dify-chart/Chart.yaml
git commit -m "Bump version to x.y.z"
git tag -a vx.y.z -m "Release version x.y.z"
git push origin main --tags
This chart is licensed under the same terms as Dify itself. See the Dify license for details.