You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/10/15 10:29:44 UTC

[shardingsphere-on-cloud] branch main updated: Update chart name with charts

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

zhaojinchao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new 2914ed9  Update chart name with charts
     new 82dfe58  Merge pull request #98 from strongduanmu/dev
2914ed9 is described below

commit 2914ed994f262a3fe6840d2badbe29cf4c1f3990
Author: duanzhengqiang <du...@apache.org>
AuthorDate: Sat Oct 15 18:21:47 2022 +0800

    Update chart name with charts
---
 charts/shardingsphere-operator-cluster/Chart.yaml | 2 +-
 charts/shardingsphere-operator/Chart.yaml         | 2 +-
 charts/shardingsphere-proxy/Chart.yaml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/shardingsphere-operator-cluster/Chart.yaml b/charts/shardingsphere-operator-cluster/Chart.yaml
index 954f7f2..5e0519d 100644
--- a/charts/shardingsphere-operator-cluster/Chart.yaml
+++ b/charts/shardingsphere-operator-cluster/Chart.yaml
@@ -16,7 +16,7 @@
 #
 
 apiVersion: v2
-name: apache-shardingsphere-operator-cluster
+name: apache-shardingsphere-operator-cluster-charts
 description: A Helm chart for ShardingSphere-Operator-Cluster
 dependencies:
   - condition: zookeeper.enabled
diff --git a/charts/shardingsphere-operator/Chart.yaml b/charts/shardingsphere-operator/Chart.yaml
index eddb7df..d99d8db 100644
--- a/charts/shardingsphere-operator/Chart.yaml
+++ b/charts/shardingsphere-operator/Chart.yaml
@@ -16,7 +16,7 @@
 #
 
 apiVersion: v2
-name: apache-shardingsphere-operator
+name: apache-shardingsphere-operator-charts
 description: A Helm chart for ShardingSphere-Operator
 type: application
 version: 0.1.0
diff --git a/charts/shardingsphere-proxy/Chart.yaml b/charts/shardingsphere-proxy/Chart.yaml
index 1f4f522..964f45d 100644
--- a/charts/shardingsphere-proxy/Chart.yaml
+++ b/charts/shardingsphere-proxy/Chart.yaml
@@ -17,7 +17,7 @@
 
 apiVersion: v2
 appVersion: 5.2.1
-name: apache-shardingsphere-proxy
+name: apache-shardingsphere-proxy-charts
 version: 0.1.0
 maintainers:
   - name: dev@shardingsphere.apache.org