From 570b70c17d539a9c609bef3ab039b0c1a72969f3 Mon Sep 17 00:00:00 2001 From: innerpeacez Date: Mon, 18 Nov 2019 17:33:42 +0800 Subject: [PATCH] modify readme --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3bcc17..5661c4a 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,22 @@ We recommend using __helm-chart__ as your first choice. ### helm-chart -This is recommended as the best practice to deploy SkyWalking backend stack into kubernetes cluster. You can pick a - sub folder base on version your desired version. +This is recommended as the best practice to deploy SkyWalking backend stack into kubernetes cluster. + +#### old chart position table + +| SkyWalking version | Chart position | +| ------------------ | ------------------------------------------------------------ | +| 6.0.0-GA | [6.0.0-GA](https://github.com/apache/skywalking-kubernetes/tree/legacy-helm-chart/helm-chart/helm2/6.0.0-GA) | +| 6.1.0 | [6.1.0](https://github.com/apache/skywalking-kubernetes/tree/legacy-helm-chart/helm-chart/helm2/6.1.0) | +| 6.3.0 | [6.3.0](https://github.com/apache/skywalking-kubernetes/tree/legacy-helm-chart/helm-chart/helm3/6.3.0) | +| 6.4.0 | [6.4.0](https://github.com/apache/skywalking-kubernetes/tree/legacy-helm-chart/helm-chart/helm3/6.4.0) | + +Note: The source code for old charts are in the **legacy-helm-chart** branch. + +#### release chart table +| SkyWalking version | Chart version | +| ------------------ | ------------- | +| 6.5.0 | 1.0.0 | + +Note: The source code for the release chart is located in the chart folder in the master branch. \ No newline at end of file -- GitLab