From 4bb033fd4a580a7b0ecdd4b9d7e06a3ffd2f4966 Mon Sep 17 00:00:00 2001 From: Lynwee Date: Mon, 11 Dec 2023 09:53:32 +0800 Subject: [PATCH] adjust to v0.20.0-beta4 (#220) --- HelmSetup.md | 2 +- README.md | 5 ++--- charts/devlake/Chart.yaml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/HelmSetup.md b/HelmSetup.md index 66c24cc..0c0d339 100644 --- a/HelmSetup.md +++ b/HelmSetup.md @@ -291,4 +291,4 @@ helm install devlake devlake/devlake \ ## 6 Troubleshooting -If you run into any problem, please check the [Troubleshooting](/Troubleshooting/Installation.md) or [create an issue](https://github.com/apache/incubator-devlake/issues) +If you run into any problem, please check the [Troubleshooting](/Troubleshooting/Installation.md) or [create an issue](https://github.com/apache/incubator-devlake/issues) \ No newline at end of file diff --git a/README.md b/README.md index ee5965e..df85406 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | hea helm install devlake devlake/devlake --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET ``` -2. Install the latest development version with release name `devlake`: +2. Install the latest development version with release name `devlake`: ```shell helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart @@ -72,7 +72,6 @@ grafana by url `http://YOUR-NODE-IP:30091` ```shell helm repo update helm upgrade devlake devlake/devlake --version=0.20.0-beta4 --set lake.encryptionSecret.secret= -helm upgrade devlake devlake/devlake --version=0.20.0-beta3 --set lake.encryptionSecret.secret= ``` **If you're upgrading from DevLake v0.18.x or later versions:** @@ -96,4 +95,4 @@ https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed ## More -You could find more examples and details in [HelmSetup.md](HelmSetup.md) +You could find more examples and details in [HelmSetup.md](HelmSetup.md) \ No newline at end of file diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml index 7c50c6c..fc41b27 100644 --- a/charts/devlake/Chart.yaml +++ b/charts/devlake/Chart.yaml @@ -38,4 +38,4 @@ dependencies: - condition: grafana.enabled name: grafana version: "6.56.6" - repository: "https://grafana.github.io/helm-charts" + repository: "https://grafana.github.io/helm-charts" \ No newline at end of file