You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2023/02/01 03:37:40 UTC

[incubator-devlake-helm-chart] 01/01: update v0.15.0-rc5

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

warren pushed a commit to branch update-v0.15.0-rc5
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git

commit 1c3a719623e083c9b946f6cf18e781463dd5bc05
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Wed Feb 1 11:26:54 2023 +0800

    update v0.15.0-rc5
---
 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: {}