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

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cc20d96 fix workflow v14
1cc20d96 is described below

commit 1cc20d96c85ab9910f5a335409a2421a5df1b317
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 20:24:50 2025 +0800

    fix workflow v14
---
 .github/workflows/dubboctl-release.yaml         |  2 +-
 manifests/charts/admin/templates/configmap.yaml | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/dubboctl-release.yaml 
b/.github/workflows/dubboctl-release.yaml
index 6782159c..9711d1d0 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -63,7 +63,7 @@ jobs:
 
       - name: Create Release
         id: create_release
-        uses: actions/create-release@v3
+        uses: actions/create-release@v1
         with:
           tag_name: ${{ github.ref_name }}
           release_name: ${{ github.ref_name }}
diff --git a/manifests/charts/admin/templates/configmap.yaml 
b/manifests/charts/admin/templates/configmap.yaml
index 5ec842ab..5e2109d0 100644
--- a/manifests/charts/admin/templates/configmap.yaml
+++ b/manifests/charts/admin/templates/configmap.yaml
@@ -32,19 +32,19 @@ data:
       # metric and trace grafana dashboards
       metricDashboards:
         application:
-          baseURL: 
http://47.251.1.59:3000/d/a0b114ca-edf7-4dfe-ac2c-34a4fc545fed/application
+          baseURL: 
http://47.76.81.123:3000/d/a0b114ca-edf7-4dfe-ac2c-34a4fc545fed/application
         instance:
-          baseURL: 
http://47.251.1.59:3000/d/dcf5defe-d198-4704-9edf-6520838880e9/instance
+          baseURL: 
http://47.76.81.123:3000/d/dcf5defe-d198-4704-9edf-6520838880e9/instance
         service:
-          baseURL: 
http://47.251.1.59:3000/d/ec689613-b4a1-45b1-b8bd-9d557059f970/service/
+          baseURL: 
http://47.76.81.123:3000/d/ec689613-b4a1-45b1-b8bd-9d557059f970/service/
       traceDashboards:
         application:
-          baseURL: 
http://47.251.1.59:3000/d/e968a89b-f03d-42e3-8ad3-930ae815cb0f/application
+          baseURL: 
http://47.76.81.123:3000/d/e968a89b-f03d-42e3-8ad3-930ae815cb0f/application
         instance:
-          baseURL: 
http://47.251.1.59:3000/d/f5f48f75-13ec-489b-88ae-635ae38d8618/instance
+          baseURL: 
http://47.76.81.123:3000/d/f5f48f75-13ec-489b-88ae-635ae38d8618/instance
         service:
-          baseURL: 
http://47.251.1.59:3000/d/b2e178fb-ada3-4d5e-9f54-de99e7f07662/service
-      prometheus: http://47.251.116.82:9090
+          baseURL: 
http://47.76.81.123:3000/d/b2e178fb-ada3-4d5e-9f54-de99e7f07662/service
+      prometheus: http://8.218.148.84:9090
       # grafana should custom configs below:
       # [server]
       # root_url = %(protocol)s://%(domain)s:%(http_port)s/grafana
@@ -54,4 +54,8 @@ data:
       # allow_embedding = true
       # [auth.anonymous]
       # enabled = true
-      grafana: http://47.251.1.59:3000/grafana
+      grafana: http://47.76.81.123:3000/
+      auth:
+        user: admin
+        password: Dubbo@2025
+        expirationTime: 7200
\ No newline at end of file

Reply via email to