This is an automated email from the ASF dual-hosted git repository. wuweijie pushed a commit to branch 5.1.2-release in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 7d639ae6ce294b8b2d55d4e100e6ddc727a3f8dd Author: 吴伟杰 <[email protected]> AuthorDate: Mon Jun 13 20:22:47 2022 +0800 Rename folder and name of Chart --- .../{shardingsphere-proxy => apache-shardingsphere-proxy}/Chart.yaml | 2 +- .../{shardingsphere-proxy => apache-shardingsphere-proxy}/LICENSE | 0 .../{shardingsphere-proxy => apache-shardingsphere-proxy}/NOTICE | 0 .../charts/governance/Chart.yaml | 0 .../charts/governance/values.yaml | 0 .../templates/configmap.yaml | 0 .../templates/deployment.yaml | 0 .../templates/service.yaml | 0 .../{shardingsphere-proxy => apache-shardingsphere-proxy}/values.yaml | 0 9 files changed, 1 insertion(+), 1 deletion(-) diff --git a/shardingsphere-charts/shardingsphere-proxy/Chart.yaml b/shardingsphere-charts/apache-shardingsphere-proxy/Chart.yaml similarity index 96% rename from shardingsphere-charts/shardingsphere-proxy/Chart.yaml rename to shardingsphere-charts/apache-shardingsphere-proxy/Chart.yaml index 85888bebc07..d8a28aa3b8b 100644 --- a/shardingsphere-charts/shardingsphere-proxy/Chart.yaml +++ b/shardingsphere-charts/apache-shardingsphere-proxy/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 appVersion: 5.1.2 -name: apache-shardingsphere-proxy-chart +name: apache-shardingsphere-proxy version: 1.1.0 maintainers: - name: [email protected] diff --git a/shardingsphere-charts/shardingsphere-proxy/LICENSE b/shardingsphere-charts/apache-shardingsphere-proxy/LICENSE similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/LICENSE rename to shardingsphere-charts/apache-shardingsphere-proxy/LICENSE diff --git a/shardingsphere-charts/shardingsphere-proxy/NOTICE b/shardingsphere-charts/apache-shardingsphere-proxy/NOTICE similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/NOTICE rename to shardingsphere-charts/apache-shardingsphere-proxy/NOTICE diff --git a/shardingsphere-charts/shardingsphere-proxy/charts/governance/Chart.yaml b/shardingsphere-charts/apache-shardingsphere-proxy/charts/governance/Chart.yaml similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/charts/governance/Chart.yaml rename to shardingsphere-charts/apache-shardingsphere-proxy/charts/governance/Chart.yaml diff --git a/shardingsphere-charts/shardingsphere-proxy/charts/governance/values.yaml b/shardingsphere-charts/apache-shardingsphere-proxy/charts/governance/values.yaml similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/charts/governance/values.yaml rename to shardingsphere-charts/apache-shardingsphere-proxy/charts/governance/values.yaml diff --git a/shardingsphere-charts/shardingsphere-proxy/templates/configmap.yaml b/shardingsphere-charts/apache-shardingsphere-proxy/templates/configmap.yaml similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/templates/configmap.yaml rename to shardingsphere-charts/apache-shardingsphere-proxy/templates/configmap.yaml diff --git a/shardingsphere-charts/shardingsphere-proxy/templates/deployment.yaml b/shardingsphere-charts/apache-shardingsphere-proxy/templates/deployment.yaml similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/templates/deployment.yaml rename to shardingsphere-charts/apache-shardingsphere-proxy/templates/deployment.yaml diff --git a/shardingsphere-charts/shardingsphere-proxy/templates/service.yaml b/shardingsphere-charts/apache-shardingsphere-proxy/templates/service.yaml similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/templates/service.yaml rename to shardingsphere-charts/apache-shardingsphere-proxy/templates/service.yaml diff --git a/shardingsphere-charts/shardingsphere-proxy/values.yaml b/shardingsphere-charts/apache-shardingsphere-proxy/values.yaml similarity index 100% rename from shardingsphere-charts/shardingsphere-proxy/values.yaml rename to shardingsphere-charts/apache-shardingsphere-proxy/values.yaml
