Skip to content

Commit 5869403

Browse files
authored
chore(name): remove reference to old name incubator-* (#376)
The repos were renamed but the old naming was left in the repo. This also breaks the helm charts Closes #375
1 parent 37978b2 commit 5869403

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

HelmSetup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ sidebar_position: 2
1414

1515
## 2 Quick Start
1616

17-
**Check https://github.com/apache/incubator-devlake-helm-chart to contribute!**
17+
**Check https://github.com/apache/devlake-helm-chart to contribute!**
1818

1919
### 2.1 Install
2020

2121
To install the chart with release name `devlake`:
2222

2323
```shell
24-
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
24+
helm repo add devlake https://apache.github.io/devlake-helm-chart
2525
helm repo update
2626
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
2727
helm install devlake devlake/devlake --version=1.0.3-beta10 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
@@ -238,7 +238,7 @@ b. Proviede below values while install from helm:
238238
Here is the example:
239239

240240
```
241-
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
241+
helm repo add devlake https://apache.github.io/devlake-helm-chart
242242
helm repo update
243243
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
244244
helm install devlake devlake/devlake \
@@ -274,7 +274,7 @@ Yes, the devlake helm chart supports using an external Grafana. You can set the
274274
Here is the example:
275275

276276
```
277-
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
277+
helm repo add devlake https://apache.github.io/devlake-helm-chart
278278
helm repo update
279279
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
280280
helm install devlake devlake/devlake \
@@ -291,7 +291,7 @@ helm install devlake devlake/devlake \
291291
Here is the example:
292292

293293
```
294-
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
294+
helm repo add devlake https://apache.github.io/devlake-helm-chart
295295
helm repo update
296296
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
297297
helm install devlake devlake/devlake \
@@ -304,4 +304,4 @@ helm install devlake devlake/devlake \
304304

305305
## 6 Troubleshooting
306306

307-
If you run into any problem, please check the [Troubleshooting](/Troubleshooting/Installation.md) or [create an issue](https://github.com/apache/incubator-devlake/issues)
307+
If you run into any problem, please check the [Troubleshooting](/Troubleshooting/Installation.md) or [create an issue](https://github.com/apache/devlake/issues)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
#
2020
-->
2121

22-
Thanks to @matrixji who initiated all content in `apache/incubator-devlake`, this repo is copied from directory deployment/helm in repo `apache/incubator-devlake`! Also thanks to @lshmouse, @shubham-cmyk and @SnowMoon-Dev for the contribution for devlake helm deployment.
22+
Thanks to @matrixji who initiated all content in `apache/devlake`, this repo is copied from directory deployment/helm in repo `apache/devlake`! Also thanks to @lshmouse, @shubham-cmyk and @SnowMoon-Dev for the contribution for devlake helm deployment.
2323

2424
## Install
2525

2626
1. Install the latest stable version with release name `devlake`
2727

2828
```shell
29-
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
29+
helm repo add devlake https://apache.github.io/devlake-helm-chart
3030
helm repo update
3131
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
3232
helm install devlake devlake/devlake --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
@@ -35,7 +35,7 @@ helm install devlake devlake/devlake --set lake.encryptionSecret.secret=$ENCRYPT
3535
2. Install the latest development version with release name `devlake`:
3636

3737
```shell
38-
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
38+
helm repo add devlake https://apache.github.io/devlake-helm-chart
3939
helm repo update
4040
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
4141
helm install devlake devlake/devlake --version=1.0.3-beta10 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
@@ -91,9 +91,9 @@ To uninstall/delete the `devlake` release:
9191
helm uninstall devlake
9292
```
9393

94-
## Original pr in apache/incubator-devlake
94+
## Original pr in apache/devlake
9595

96-
https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed
96+
https://github.com/apache/devlake/pulls?q=is%3Apr+helm+is%3Aclosed
9797

9898
## More
9999

ReleaseSOP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## How to upgrade helm chart after releasing new devlake images
22

3-
1. In [values.yaml](https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/values.yaml), change {{ imageTag }} to current image tag
4-
2. In [chart.yaml](https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/Chart.yaml), change {{ version }}, {{ appVersion }} to current image tag
3+
1. In [values.yaml](https://github.com/apache/devlake-helm-chart/blob/main/charts/devlake/values.yaml), change {{ imageTag }} to current image tag
4+
2. In [chart.yaml](https://github.com/apache/devlake-helm-chart/blob/main/charts/devlake/Chart.yaml), change {{ version }}, {{ appVersion }} to current image tag
55
3. If we want to release a new chart without new release of devlake, we should increase both chart version and image tag.
66
- For example, right now both versions are 0.16.1-beta1, if we make change on chart, we should set chart-version to 0.16.1-beta1, also, we need to crate new images for devlake with tag 0.16.1-beta1
77
4. If we release any new image for devlake, we just need to set a new version for chart.

charts/devlake/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ description: Apache DevLake is an open-source dev data platform that ingests, an
2020
home: https://devlake.apache.org/
2121
icon: https://devlake.apache.org/img/logo.svg
2222
sources:
23-
- https://github.com/apache/incubator-devlake
24-
- https://github.com/apache/incubator-devlake-helm-chart
23+
- https://github.com/apache/devlake
24+
- https://github.com/apache/devlake-helm-chart
2525
keywords:
2626
- devlake
2727

charts/devlake/templates/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if and .Values.lake.encryptionSecret.autoCreateSecret (not .Values.lake.encryptionSecret.secret) }}
22
{{- fail
3-
"Helm test requires lake.encryptionSecret.secret.\n\n - If you're upgrading from DevLake v0.17.x or earlier versions, please get the encryption secret by copying the ENCODE_KEY value from /app/config/.env of the lake pod (e.g. devlake-lake-0);\n - If upgrading from v0.18.0+, get the original secret in k8s secret and decode it\n - If new installation, get the encryption secret via command `openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1`.\n\nFor more information, please check https://github.com/apache/incubator-devlake-helm-chart"
3+
"Helm test requires lake.encryptionSecret.secret.\n\n - If you're upgrading from DevLake v0.17.x or earlier versions, please get the encryption secret by copying the ENCODE_KEY value from /app/config/.env of the lake pod (e.g. devlake-lake-0);\n - If upgrading from v0.18.0+, get the original secret in k8s secret and decode it\n - If new installation, get the encryption secret via command `openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1`.\n\nFor more information, please check https://github.com/apache/devlake-helm-chart"
44
}}
55
{{- end }}
66

0 commit comments

Comments
 (0)