mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-16 04:17:49 +08:00
Add checksum annotation for values in ragflow.yaml ### What problem does this PR solve? This PR is about this ticket: #13408 Ragflow helm charts do not include the Values.yaml in the list of watched changes. If you update the Values.yaml for an existing deployment, helm will not detect it and not update the deployment. This PR fixes that. ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue)