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

[incubator-devlake-helm-chart] branch main updated: Updated Devlake image tags to 0.15.0-rc4 (#62)

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

hez 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 5715aa3  Updated Devlake image tags to 0.15.0-rc4 (#62)
5715aa3 is described below

commit 5715aa3c5b3d616ce0421cfcbbfd320611ae8c72
Author: Keon Amini <ke...@gmail.com>
AuthorDate: Wed Jan 18 12:21:34 2023 -0600

    Updated Devlake image tags to 0.15.0-rc4 (#62)
---
 charts/devlake/Chart.yaml  | 2 +-
 charts/devlake/values.yaml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index b36e8a0..6ecb9a5 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -32,4 +32,4 @@ type: application
 version: v0.15.1
 
 # devlake version
-appVersion: "v0.15.0-rc2"
+appVersion: "v0.15.0-rc4"
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index b96303c..4749b9b 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-rc2
+    tag: v0.15.0-rc4
     pullPolicy: Always
 
   resources: {}
@@ -128,7 +128,7 @@ grafana:
 lake:
   image:
     repository: apache/devlake
-    tag: v0.15.0-rc2
+    tag: v0.15.0-rc4
     pullPolicy: Always
   # storage for config
   storage:
@@ -160,7 +160,7 @@ lake:
 ui:
   image:
     repository: apache/devlake-config-ui
-    tag: v0.15.0-rc2
+    tag: v0.15.0-rc4
     pullPolicy: Always
 
   resources: {}