-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add magicsong/ai-charts to recommended Helm charts in README #15848
Conversation
… in README This PR introduces a new Helm Chart to support the deployment of Dify version 1.0.1. The chart simplifies the installation and management of Dify in Kubernetes environments, making it more suitable for production use. It includes configurable parameters for customization and ensures compatibility with the latest release. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/magicsong/dify?shareId=XXXX-XXXX-XXXX-XXXX).
For this PR, you should update all related README files. |
1a66e1c
to
35ca07c
Compare
done, please check this |
The latest version is 1.1.0, I suggest removing this. |
… in README This PR introduces a new Helm Chart to support the deployment of Dify version 1.0.1. The chart simplifies the installation and management of Dify in Kubernetes environments, making it more suitable for production use. It includes configurable parameters for customization and ensures compatibility with the latest release. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/magicsong/dify?shareId=XXXX-XXXX-XXXX-XXXX).
35ca07c
to
45b33e5
Compare
I tested version 1.1.0, and its functionality is normal. However, you're right; this description is not appropriate here. |
… in README
This PR introduces a new Helm Chart to support the deployment of Dify version 1.0.1. The chart simplifies the installation and management of Dify in Kubernetes environments, making it more suitable for production use. It includes configurable parameters for customization and ensures compatibility with the latest release.
Summary
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Tip
Close issue syntax:
Fixes #<issue number>
orResolves #<issue number>
, see documentation for more details.Screenshots
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods