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 a0d106b2 chore: Admin register dependency (#197)
a0d106b2 is described below

commit a0d106b2526813dc6fe67fadb6013eea14725a5f
Author: Jian Zhong <[email protected]>
AuthorDate: Fri Apr 19 13:58:57 2024 +0800

    chore: Admin register dependency (#197)
    
    * chore: Admin register dependency
    
    * Change version release
---
 deploy/charts/admin/{Chart.yaml => Chart.lock}  |  22 ++++++----------------
 deploy/charts/admin/Chart.yaml                  |   9 +++++++--
 deploy/charts/admin/charts/zookeeper-12.5.1.tgz | Bin 0 -> 45323 bytes
 3 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/deploy/charts/admin/Chart.yaml b/deploy/charts/admin/Chart.lock
similarity index 61%
copy from deploy/charts/admin/Chart.yaml
copy to deploy/charts/admin/Chart.lock
index 4898fb9c..09bd39c9 100644
--- a/deploy/charts/admin/Chart.yaml
+++ b/deploy/charts/admin/Chart.lock
@@ -13,19 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-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.0.1
-maintainers:
-- name: Dubbo
-  email: [email protected]
-kubeVersion: '>=1.28.0-0'
-sources:
-- https://github.com/apache/dubbo-kubernetes
-- https://dubbo.apache.org
-version: 3.2.9
+dependencies:
+- name: zookeeper
+  repository: https://charts.bitnami.com/bitnami
+  version: 12.5.1
+digest: sha256:d75813cf29fb20f5459c3943ddd7938f244aca7fb6cca1fe76a66d4546d0bcaa
+generated: "2024-01-20T16:01:36.129586213Z"
diff --git a/deploy/charts/admin/Chart.yaml b/deploy/charts/admin/Chart.yaml
index 4898fb9c..6850c6d6 100644
--- a/deploy/charts/admin/Chart.yaml
+++ b/deploy/charts/admin/Chart.yaml
@@ -13,6 +13,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+dependencies:
+- name: zookeeper
+  version: 12.5.1
+  repository: https://charts.bitnami.com/bitnami
+  condition: zookeeper.enabled
 annotations:
   licenses: Apache-2.0
 name: admin
@@ -20,7 +25,7 @@ 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.0.1
+appVersion: 0.1.0
 maintainers:
 - name: Dubbo
   email: [email protected]
@@ -28,4 +33,4 @@ kubeVersion: '>=1.28.0-0'
 sources:
 - https://github.com/apache/dubbo-kubernetes
 - https://dubbo.apache.org
-version: 3.2.9
+version: 3.2.11
diff --git a/deploy/charts/admin/charts/zookeeper-12.5.1.tgz 
b/deploy/charts/admin/charts/zookeeper-12.5.1.tgz
new file mode 100644
index 00000000..c81cb8af
Binary files /dev/null and b/deploy/charts/admin/charts/zookeeper-12.5.1.tgz 
differ

Reply via email to