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

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new e32d22e  Update the default OAP/UI versions to 9.6.0 (#139)
e32d22e is described below

commit e32d22eb4d39341959039b3ce38bcd43b0e75d59
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Nov 13 15:56:57 2023 +0800

    Update the default OAP/UI versions to 9.6.0 (#139)
    
    * update-versions
    
    * Update README.md
---
 README.md                          | 4 ++--
 chart/skywalking/values-my-es.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 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))
diff --git a/chart/skywalking/values-my-es.yaml 
b/chart/skywalking/values-my-es.yaml
index 43f4989..2aaa5d9 100644
--- a/chart/skywalking/values-my-es.yaml
+++ b/chart/skywalking/values-my-es.yaml
@@ -19,12 +19,12 @@
 
 oap:
   image:
-    tag: 9.2.0
+    tag: 9.6.0
   storageType: elasticsearch
 
 ui:
   image:
-    tag: 9.2.0
+    tag: 9.6.0
 
 elasticsearch:
   enabled: false

Reply via email to