From 7eadb845d18af2cd2fa8260fc39386d86203a98e Mon Sep 17 00:00:00 2001 From: whg517 Date: Fri, 29 Nov 2024 18:36:22 +0800 Subject: [PATCH] refactor(hbase): add maintainers (#87) --- charts/hbase-operator/Chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/hbase-operator/Chart.yaml b/charts/hbase-operator/Chart.yaml index 660f15d..379c14c 100644 --- a/charts/hbase-operator/Chart.yaml +++ b/charts/hbase-operator/Chart.yaml @@ -22,3 +22,7 @@ version: 0.0.0-dev # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.0.0-dev" + +maintainers: + - email: zncdatadev@googlegroups.com + name: ZNCDataDev Team