Update Weaviate depdendency Helm Chart from 16.1.0 to 17.3.3.#322
Merged
BorisPolonsky merged 2 commits intomasterfrom Nov 1, 2025
Merged
Update Weaviate depdendency Helm Chart from 16.1.0 to 17.3.3.#322BorisPolonsky merged 2 commits intomasterfrom
BorisPolonsky merged 2 commits intomasterfrom
Conversation
This was referenced Nov 26, 2025
This was referenced Dec 4, 2025
Echo0ff
pushed a commit
to Echo0ff/dify-helm
that referenced
this pull request
Dec 10, 2025
…olonsky#322) - Update depdendency: Update chart version of weaviate from 16.1.0 to 17.3.3 - Update values.yaml to match the dependency update
This was referenced Dec 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Weaviate dependency Helm Chart from 16.1.0 to 17.3.3.
The dependency update requires Weaviate >=1.25 given the significant changes from the upstream. The
podManagementPolicyin for Weaviate was changed fromOrderedReadytoParallelwhich only applies to the Raft-based consensus model since Weaviate 1.25.For users who have deployed the built-in Weaviate in previous versions, a two-stage upgrade is required: first disable Weaviate, then re-enable it using
.Values.weaviate.enabledduringhelm upgrade. This is because newer versions of the Weaviate Helm chart modify the StatefulSet’s pod template - specifically, thepodManagementPolicyand the value ofapp.kubernetes.io/managed-byin.spec.template.metadata.labels, which conflicts with the immutability restrictions of StatefulSets.Before:
After: