Bump up banyandb helm version to 0.7.0-rc1 - #193
Merged
Conversation
The 0.7.0-rc1 chart adds the optional canopy web console (canopy.enabled) and the no-default image.tag requirement. The e2e BANYANDB_TAG pins the current main sha (36921708), whose -testing and -canopy images are published. Verified: helm dep up resolves the subchart to the published 0.7.0-rc1 digest (sha256:627f14d8...).
wankai123
approved these changes
Aug 6, 2026
mrproliu
approved these changes
Aug 6, 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
Point the banyandb subchart at the just-published 0.7.0-rc1 chart (adds the optional canopy web console via
canopy.enabled;image.tagis now required with no default — already satisfied here viabanyandb.image.tag).chart/skywalking/Chart.yaml: 0.7.0-rc0 → 0.7.0-rc1test/e2e/env:BANYANDB_TAG→ 36921708b3bd3e0cd0ca37db9761fadf685c99a1 (current main; -testing and -canopy images published)Test plan
helm dep up chart/skywalkingresolves the subchart to the published 0.7.0-rc1 digest (sha256:627f14d8…) — the exact artifact pushed bymake publish.banyandb.image.tagexplicitly.