This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git
commit d4f313f40e3d3fd4489b7c50cac9478327f6d987 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Fri Jun 21 21:37:54 2024 +0800 Put BanyanDB to 0.6.1 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2308296..5e88e69 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,12 @@ cd skywalking-helm helm install "${SKYWALKING_RELEASE_NAME}" \ ${REPO}/skywalking \ -n "${SKYWALKING_RELEASE_NAMESPACE}" \ - --set oap.image.tag=10.0.0 \ + --set oap.image.tag=10.0.1 \ --set oap.storageType=banyandb \ - --set ui.image.tag=10.0.0 \ + --set ui.image.tag=10.0.1 \ --set elasticsearch.enabled=false \ --set banyandb.enabled=true + --set skywalking.banyandb.image.tag=0.6.1 ``` ## Install development version of SWCK Adapter using master branch
