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 2a75be6b Modify maintainer information (#297)
2a75be6b is described below

commit 2a75be6b87c6c9dabe9857caa989a27363149655
Author: Jian Zhong <[email protected]>
AuthorDate: Fri Jun 7 00:09:23 2024 +0800

    Modify maintainer information (#297)
---
 deploy/charts/admin/Chart.yaml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/deploy/charts/admin/Chart.yaml b/deploy/charts/admin/Chart.yaml
index 6850c6d6..7ba49777 100644
--- a/deploy/charts/admin/Chart.yaml
+++ b/deploy/charts/admin/Chart.yaml
@@ -18,19 +18,23 @@ dependencies:
   version: 12.5.1
   repository: https://charts.bitnami.com/bitnami
   condition: zookeeper.enabled
+
 annotations:
   licenses: Apache-2.0
+
 name: admin
 home: https://github.com/apache/dubbo-kubernetes
 description: Admin is an application within the service governance control 
plane
   responsible for functions such as service governance and visual 
representation of microservice clusters.
 apiVersion: v2
 appVersion: 0.1.0
-maintainers:
-- name: Dubbo
-  email: [email protected]
 kubeVersion: '>=1.28.0-0'
+
+maintainers:
+  - name: mfordjody
+    email: [email protected]
+
 sources:
 - https://github.com/apache/dubbo-kubernetes
 - https://dubbo.apache.org
-version: 3.2.11
+version: 3.2.13

Reply via email to