This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch default-version
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git

commit 3ed64da9c85a76e6841b09a8235444602a7fb56e
Author: Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Fri Jun 21 21:41:18 2024 +0800

    Set default Database version to 0.6.1
---
 CHANGES.md                      | 9 +++++++++
 README.md                       | 2 +-
 test/e2e/values.cluster.yaml    | 2 +-
 test/e2e/values.standalone.yaml | 2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 818382a..f1f21da 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,15 @@ Changes by Version
 ==================
 Release Notes.
 
+
+0.3.0
+------------------
+
+#### Chores
+
+- Bump banyandb image version to 0.6.1
+
+
 0.2.0
 ------------------
 
diff --git a/README.md b/README.md
index 8abd107..93d23cd 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ The command removes all the banyandb components associated 
with the chart and de
 | fullnameOverride | string | `"banyandb"` |  |
 | image.pullPolicy | string | `"IfNotPresent"` |  |
 | image.repository | string | `"docker.io/apache/skywalking-banyandb"` |  |
-| image.tag | string | `"0.6.0"` |  |
+| image.tag | string | `"0.6.1"` |  |
 | serviceAccount.annotations | object | `{}` |  |
 | serviceAccount.create | bool | `true` |  |
 | serviceAccount.name | string | `""` |  |
diff --git a/test/e2e/values.cluster.yaml b/test/e2e/values.cluster.yaml
index 68c8ed7..af508a1 100644
--- a/test/e2e/values.cluster.yaml
+++ b/test/e2e/values.cluster.yaml
@@ -19,7 +19,7 @@
 
 image:
   repository: docker.io/apache/skywalking-banyandb
-  tag: 0.6.0
+  tag: 0.6.1
   pullPolicy: IfNotPresent
 
 cluster:
diff --git a/test/e2e/values.standalone.yaml b/test/e2e/values.standalone.yaml
index 4b8988d..b663625 100644
--- a/test/e2e/values.standalone.yaml
+++ b/test/e2e/values.standalone.yaml
@@ -25,7 +25,7 @@ etcd:
 
 image:
   repository: docker.io/apache/skywalking-banyandb
-  tag: 0.6.0
+  tag: 0.6.1
   pullPolicy: IfNotPresent
 
 standalone:

Reply via email to