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

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


The following commit(s) were added to refs/heads/main by this push:
     new aa2e96b  adjust to v0.19.1-beta1 (#200)
aa2e96b is described below

commit aa2e96b313cb21caa5dc5a5be0ede2ac3a6a68ee
Author: ZhangNing10 <[email protected]>
AuthorDate: Tue Nov 14 18:59:05 2023 +0800

    adjust to v0.19.1-beta1 (#200)
    
    * adjust to v0.19.1-beta1
    
    * add release sop
---
 HelmSetup.md               |  6 +++---
 README.md                  | 18 +++---------------
 ReleaseSOP.md              |  8 ++++++++
 charts/devlake/Chart.yaml  |  4 ++--
 charts/devlake/values.yaml |  4 ++--
 5 files changed, 18 insertions(+), 22 deletions(-)

diff --git a/HelmSetup.md b/HelmSetup.md
index 7c6911c..8d27c34 100644
--- a/HelmSetup.md
+++ b/HelmSetup.md
@@ -24,7 +24,7 @@ To install the chart with release name `devlake`:
 helm repo add devlake https://apache.github.io/incubator-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=0.19.0-beta6 --set 
lake.encryptionSecret.secret=$ENCRYPTION_SECRET
+helm install devlake devlake/devlake --version=0.19.1-beta1 --set 
lake.encryptionSecret.secret=$ENCRYPTION_SECRET
 ```
 
 Visit your devlake from the node port (32001 by default): 
http://YOUR-NODE-IP:32001.
@@ -49,14 +49,14 @@ _Notes for mac users with minikube:_
 
 ```shell
 helm repo update
-helm upgrade devlake devlake/devlake --version=0.19.0-beta6 --set 
lake.encryptionSecret.secret=<ENCRYPTION_SECRET>
+helm upgrade devlake devlake/devlake --version=0.19.1-beta1 --set 
lake.encryptionSecret.secret=<ENCRYPTION_SECRET>
 ```
 
 **If you're upgrading from DevLake v0.18.x or later versions:**
 
 ```shell
 helm repo update
-helm upgrade devlake devlake/devlake --version=0.19.0-beta6
+helm upgrade devlake devlake/devlake --version=0.19.1-beta1
 ```
 
 ### 2.3 Uninstall
diff --git a/README.md b/README.md
index c8bfbe6..f10994c 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ helm install devlake devlake/devlake --set 
lake.encryptionSecret.secret=$ENCRYPT
 helm repo add devlake https://apache.github.io/incubator-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=0.19.0-beta6 --set 
lake.encryptionSecret.secret=$ENCRYPTION_SECRET
+helm install devlake devlake/devlake --version=0.19.1-beta1 --set 
lake.encryptionSecret.secret=$ENCRYPTION_SECRET
 ```
 
 If you are using minikube inside your mac, please use the following command to 
forward the port:
@@ -71,14 +71,14 @@ grafana by url `http://YOUR-NODE-IP:30091`
 
 ```shell
 helm repo update
-helm upgrade devlake devlake/devlake --version=0.19.0-beta6 --set 
lake.encryptionSecret.secret=<ENCRYPTION_SECRET>
+helm upgrade devlake devlake/devlake --version=0.19.1-beta1 --set 
lake.encryptionSecret.secret=<ENCRYPTION_SECRET>
 ```
 
 **If you're upgrading from DevLake v0.18.x or later versions:**
 
 ```shell
 helm repo update
-helm upgrade devlake devlake/devlake --version=0.19.0-beta6
+helm upgrade devlake devlake/devlake --version=0.19.1-beta1
 ```
 
 ## Uninstall
@@ -93,18 +93,6 @@ helm uninstall devlake
 
 https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed
 
-## 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
-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.
-
-## Original pr in apache/incubator-devlake
-
-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)
diff --git a/ReleaseSOP.md b/ReleaseSOP.md
new file mode 100644
index 0000000..878fa7a
--- /dev/null
+++ b/ReleaseSOP.md
@@ -0,0 +1,8 @@
+## 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
+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 81f4dcd..0ba94e5 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -28,10 +28,10 @@ keywords:
 type: application
 
 # Chart version
-version: 0.19.0-beta6
+version: 0.19.1-beta1
 
 # devlake version
-appVersion: v0.19.0-beta6
+appVersion: v0.19.1-beta1
 
 dependencies:
   - condition: grafana.enabled
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index 2994975..9e27f3a 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -17,7 +17,7 @@
 
 # replica count for dev
 replicaCount: 1
-imageTag: v0.19.0-beta6
+imageTag: v0.19.1-beta1
 
 #the common environments for all pods except grafana, grafana needs to be set 
in grafana section seperately
 commonEnvs:
@@ -147,7 +147,7 @@ grafana:
     url: ""
   image:
     repository: devlake.docker.scarf.sh/apache/devlake-dashboard
-    tag: v0.19.0-beta6
+    tag: v0.19.1-beta1
   adminPassword: ""
   grafana.ini:
     server:

Reply via email to