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

rbstp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 5869403  chore(name): remove reference to old name incubator-* (#376)
5869403 is described below

commit 5869403bc9668eb3f379a254bea41130e6578dcd
Author: Richard Boisvert <[email protected]>
AuthorDate: Tue Jun 2 09:01:51 2026 -0400

    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 https://github.com/apache/devlake-helm-chart/issues/375
---
 HelmSetup.md                           | 12 ++++++------
 README.md                              | 10 +++++-----
 ReleaseSOP.md                          |  4 ++--
 charts/devlake/Chart.yaml              |  4 ++--
 charts/devlake/templates/validate.yaml |  2 +-
 5 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/HelmSetup.md b/HelmSetup.md
index 435389a..13a600b 100644
--- a/HelmSetup.md
+++ b/HelmSetup.md
@@ -14,14 +14,14 @@ sidebar_position: 2
 
 ## 2 Quick Start
 
-**Check https://github.com/apache/incubator-devlake-helm-chart to contribute!**
+**Check https://github.com/apache/devlake-helm-chart to contribute!**
 
 ### 2.1 Install
 
 To install the chart with release name `devlake`:
 
 ```shell
-helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
+helm repo add devlake https://apache.github.io/devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 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:
 Here is the example:
 
 ```
-helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
+helm repo add devlake https://apache.github.io/devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 helm install devlake devlake/devlake \
@@ -274,7 +274,7 @@ Yes, the devlake helm chart supports using an external 
Grafana. You can set the
 Here is the example:
 
 ```
-helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
+helm repo add devlake https://apache.github.io/devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 helm install devlake devlake/devlake \
@@ -291,7 +291,7 @@ helm install devlake devlake/devlake \
 Here is the example:
 
 ```
-helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
+helm repo add devlake https://apache.github.io/devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 helm install devlake devlake/devlake \
@@ -304,4 +304,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/devlake/issues)
diff --git a/README.md b/README.md
index 50d3301..ce61e93 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,14 @@
 #
 -->
 
-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.
+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.
 
 ## Install
 
 1. Install the latest stable version with release name `devlake`
 
 ```shell
-helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
+helm repo add devlake https://apache.github.io/devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 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
 2. Install the latest development version with release name `devlake`:
 
 ```shell
-helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
+helm repo add devlake https://apache.github.io/devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 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:
 helm uninstall devlake
 ```
 
-## Original pr in apache/incubator-devlake
+## Original pr in apache/devlake
 
-https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed
+https://github.com/apache/devlake/pulls?q=is%3Apr+helm+is%3Aclosed
 
 ## More
 
diff --git a/ReleaseSOP.md b/ReleaseSOP.md
index 878fa7a..26633c9 100644
--- a/ReleaseSOP.md
+++ b/ReleaseSOP.md
@@ -1,7 +1,7 @@
 ## How to upgrade helm chart after releasing new devlake images
 
-1. In 
[values.yaml](https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/values.yaml),
 change {{ imageTag }} to current image tag
-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
+1. In 
[values.yaml](https://github.com/apache/devlake-helm-chart/blob/main/charts/devlake/values.yaml),
 change {{ imageTag }} to current image tag
+2. In 
[chart.yaml](https://github.com/apache/devlake-helm-chart/blob/main/charts/devlake/Chart.yaml),
 change {{ version }}, {{ appVersion }} to current image tag
 3. If we want to release a new chart without new release of devlake, we should 
increase both chart version and image tag.
    - 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
 4. If we release any new image for devlake, we just need to set a new version 
for chart.
diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index 8e5aefa..77f5ada 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -20,8 +20,8 @@ description: Apache DevLake is an open-source dev data 
platform that ingests, an
 home: https://devlake.apache.org/
 icon: https://devlake.apache.org/img/logo.svg
 sources:
-  - https://github.com/apache/incubator-devlake
-  - https://github.com/apache/incubator-devlake-helm-chart
+  - https://github.com/apache/devlake
+  - https://github.com/apache/devlake-helm-chart
 keywords:
   - devlake
 
diff --git a/charts/devlake/templates/validate.yaml 
b/charts/devlake/templates/validate.yaml
index c74296d..3afcf2b 100644
--- a/charts/devlake/templates/validate.yaml
+++ b/charts/devlake/templates/validate.yaml
@@ -1,6 +1,6 @@
 {{- if and .Values.lake.encryptionSecret.autoCreateSecret (not 
.Values.lake.encryptionSecret.secret) }}
 {{- fail
-"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, ple [...]
+"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, ple [...]
 }}
 {{- end }}
 

Reply via email to