This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git
The following commit(s) were added to refs/heads/master by this push:
new cf456bc Set default Database version to 0.6.1 (#19)
cf456bc is described below
commit cf456bca8ae8b79e4b0666e5a676c4a4a2d5a945
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri Jun 21 23:46:17 2024 +0800
Set default Database version to 0.6.1 (#19)
---
CHANGES.md | 9 +++++++++
README.md | 2 +-
chart/values.yaml | 2 +-
test/e2e/values.cluster.yaml | 2 +-
test/e2e/values.standalone.yaml | 2 +-
5 files changed, 13 insertions(+), 4 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/chart/values.yaml b/chart/values.yaml
index 6304612..f23ade8 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -19,7 +19,7 @@
image:
repository: docker.io/apache/skywalking-banyandb
- tag: 0.6.0
+ tag: 0.6.1
pullPolicy: IfNotPresent
standalone:
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: