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-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new aa2c3e1  Fix values.yaml link (#143)
aa2c3e1 is described below

commit aa2c3e195f9c2d49549bea7ae592166e7b496da6
Author: Sean Killeen <[email protected]>
AuthorDate: Thu Jan 11 19:11:21 2024 -0500

    Fix values.yaml link (#143)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8989d68..196b725 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ There are required values that you must set explicitly when 
deploying SkyWalking
 | `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))
+or edit them in a separate file(e.g. 
[`values.yaml`](chart/skywalking/values.yaml), 
[`values-my-es.yaml`](chart/skywalking/values-my-es.yaml))
 and use `-f <filename>` or `--values=<filename>` to set them.
 
 # Install

Reply via email to