docs: update helm installation to use OCI registry#3980
Merged
ngjaying merged 2 commits intolf-edge:masterfrom Jan 23, 2026
Merged
docs: update helm installation to use OCI registry#3980ngjaying merged 2 commits intolf-edge:masterfrom
ngjaying merged 2 commits intolf-edge:masterfrom
Conversation
Update installation documentation (English and Chinese) to replace deprecated Helm repository instructions with the new OCI registry method. The chart is now published to ghcr.io/lf-edge/ekuiper-charts/ekuiper. Closes lf-edge#3660 Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Yisaer
approved these changes
Jan 23, 2026
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.
Summary
Update Helm installation documentation to use OCI registry.
Changes
docs/en_US/installation.mddocs/zh_CN/installation.mdReason
The traditional Helm repository is deprecated. The chart is now published to OCI registry:
ghcr.io/lf-edge/ekuiper-charts/ekuiper.Closes #3660