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
The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push:
new 0831f77 Update README.md
0831f77 is described below
commit 0831f7767c334697c90757c5ac4193468dbcd31b
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Nov 13 14:15:34 2023 +0800
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1503986..8989d68 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@ There are required values that you must set explicitly when
deploying SkyWalking
| name | description | example |
| ---- | ----------- | ------- |
-| `oap.image.tag` | the OAP docker image tag | `9.2.0` |
+| `oap.image.tag` | the OAP docker image tag | `9.6.0` |
| `oap.storageType` | the storage type of the OAP | `elasticsearch`,
`postgresql`, `banyandb`, etc. |
-| `ui.image.tag` | the UI docker image tag | `9.2.0` |
+| `ui.image.tag` | the UI docker image tag | `9.6.0` |
You can set these required values via command line (e.g. `--set
oap.image.tag=9.2.0 --set oap.storageType=elasticsearch`),
or edit them in a separate file(e.g.
[`values.yaml`](chart/skywalking/values-es6.yaml),
[`values-my-es.yaml`](chart/skywalking/values-my-es.yaml))