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/01/13 07:38:07 UTC

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

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

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

commit 535c262d2bf19c027cc6b7f9567706f878297db9
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Fri Jan 13 15:37:16 2023 +0800

    update v0.15.0-rc2
---
 .github/actions/chart-releaser-action | 2 +-
 charts/devlake/Chart.yaml             | 4 ++--
 charts/devlake/values.yaml            | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/actions/chart-releaser-action b/.github/actions/chart-releaser-action
index 98bccfd..be16258 160000
--- a/.github/actions/chart-releaser-action
+++ b/.github/actions/chart-releaser-action
@@ -1 +1 @@
-Subproject commit 98bccfd32b0f76149d188912ac8e45ddd3f8695f
+Subproject commit be16258da8010256c6e82849661221415f031968
diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index f2b8ab2..af26ab6 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
 
 
 # Chart version
-version: v0.14.7
+version: v0.15.0
 
 # devlake version
-appVersion: "v0.14.6"
+appVersion: "v0.15.0-rc2"
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index 8f594d1..b96303c 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.14.6
+    tag: v0.15.0-rc2
     pullPolicy: Always
 
   resources: {}
@@ -128,7 +128,7 @@ grafana:
 lake:
   image:
     repository: apache/devlake
-    tag: v0.14.6
+    tag: v0.15.0-rc2
     pullPolicy: Always
   # storage for config
   storage:
@@ -160,7 +160,7 @@ lake:
 ui:
   image:
     repository: apache/devlake-config-ui
-    tag: v0.14.6
+    tag: v0.15.0-rc2
     pullPolicy: Always
 
   resources: {}