You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2023/01/09 08:36:00 UTC

[incubator-devlake] branch main updated: feat(release): change grafana theme in 0.15 (#4151)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ad6d65eca feat(release): change grafana theme in 0.15 (#4151)
ad6d65eca is described below

commit ad6d65ecaefbf2d7ca6b705c11dd7a4bf921140d
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Mon Jan 9 16:35:56 2023 +0800

    feat(release): change grafana theme in 0.15 (#4151)
---
 deployment/k8s/k8s-deploy.yaml           | 3 ++-
 releases/lake-v0.15.0/docker-compose.yml | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/deployment/k8s/k8s-deploy.yaml b/deployment/k8s/k8s-deploy.yaml
index 57f62629d..b13b97b46 100644
--- a/deployment/k8s/k8s-deploy.yaml
+++ b/deployment/k8s/k8s-deploy.yaml
@@ -33,6 +33,7 @@ data:
   MYSQL_URL: mysql:3306
   # grafana deployment
   GF_SERVER_ROOT_URL: http://YOURDOMAIN:30002/grafana
+  GF_USERS_DEFAULT_THEME: "light"
   # for devlake deployment
   DB_URL: mysql://merico:merico@mysql:3306/lake?charset=utf8mb4&parseTime=True
   DEVLAKE_ENDPOINT: devlake.devlake.svc.cluster.local:8080
@@ -60,7 +61,7 @@ spec:
     spec:
       containers:
         - name: mysql
-          image: mysql:8.0.26
+          image: mysql:8
           imagePullPolicy: IfNotPresent
           ports:
             - containerPort: 3306
diff --git a/releases/lake-v0.15.0/docker-compose.yml b/releases/lake-v0.15.0/docker-compose.yml
index 8417ee42f..956602f46 100644
--- a/releases/lake-v0.15.0/docker-compose.yml
+++ b/releases/lake-v0.15.0/docker-compose.yml
@@ -36,6 +36,7 @@ services:
       - grafana-storage:/var/lib/grafana
     environment:
       GF_SERVER_ROOT_URL: "http://localhost:4000/grafana"
+      GF_USERS_DEFAULT_THEME: "light"
       MYSQL_URL: mysql:3306
       MYSQL_DATABASE: lake
       MYSQL_USER: merico