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 f4df290  update v0.15.0-rc5 (#70)
f4df290 is described below

commit f4df29064b7a4ec9600aad14d739d07c91641e41
Author: Warren Chen <[email protected]>
AuthorDate: Wed Feb 1 11:53:44 2023 +0800

    update v0.15.0-rc5 (#70)
---
 README.md                  | 4 ++--
 charts/devlake/Chart.yaml  | 4 ++--
 charts/devlake/values.yaml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 27c41bd..59f471b 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ To install the chart with release name `devlake`:
 ```shell
 helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
 helm repo update
-helm install devlake devlake/devlake --version=v0.15.0-rc4
+helm install devlake devlake/devlake --version=v0.15.0-rc5
 ```
 
 If you are using minikube inside your mac, please use the following command to 
forward the port:
@@ -48,7 +48,7 @@ Then you can visit:
 
 ```shell
 helm repo update
-helm upgrade --install devlake devlake/devlake --version=v0.15.0-rc4
+helm upgrade --install devlake devlake/devlake --version=v0.15.0-rc5
 ```
 
 ## Uninstall
diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index 8db5e8c..0fdcca7 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
 
 
 # Chart version
-version: v0.15.0-rc4
+version: 0.15.0-rc5
 
 # devlake version
-appVersion: "v0.15.0-rc4"
+appVersion: "v0.15.0-rc5"
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index 4749b9b..572ff5b 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -113,7 +113,7 @@ grafana:
   # image for grafana
   image:
     repository: apache/devlake-dashboard
-    tag: v0.15.0-rc4
+    tag: v0.15.0-rc5
     pullPolicy: Always
 
   resources: {}
@@ -128,7 +128,7 @@ grafana:
 lake:
   image:
     repository: apache/devlake
-    tag: v0.15.0-rc4
+    tag: v0.15.0-rc5
     pullPolicy: Always
   # storage for config
   storage:
@@ -160,7 +160,7 @@ lake:
 ui:
   image:
     repository: apache/devlake-config-ui
-    tag: v0.15.0-rc4
+    tag: v0.15.0-rc5
     pullPolicy: Always
 
   resources: {}

Reply via email to