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

duanzhengqiang 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 3fb9d4b  fix(ci): fix 0.1.0 tag name
     new 3862a59  Merge pull request #105 from windghoul/fix0.1.0
3fb9d4b is described below

commit 3fb9d4b3238ad87b79663e65826a1dc5d2746052
Author: windghoul <[email protected]>
AuthorDate: Wed Oct 26 21:14:36 2022 +0800

    fix(ci): fix 0.1.0 tag name
    
    Signed-off-by: windghoul <[email protected]>
---
 .github/workflows/build.yaml                             | 5 -----
 charts/apache-shardingsphere-operator-charts/values.yaml | 2 +-
 charts/apache-shardingsphere-proxy-charts/Chart.yaml     | 1 +
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 271bc2e..636b972 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -19,12 +19,7 @@ name: Create and publish a Docker image
 
 on:
   push:
-    branches:
-      - dev**
-      - release**
-      - main
     tags:
-      - v**
 env:
   REGISTRY: ghcr.io
   IMAGE_NAME: ${{ github.repository }}/apache-shardingsphere-operator
diff --git a/charts/apache-shardingsphere-operator-charts/values.yaml 
b/charts/apache-shardingsphere-operator-charts/values.yaml
index 3c267a7..40b1188 100644
--- a/charts/apache-shardingsphere-operator-charts/values.yaml
+++ b/charts/apache-shardingsphere-operator-charts/values.yaml
@@ -28,7 +28,7 @@ image:
   pullPolicy: IfNotPresent
   ## @param image.tag image tag
   ##
-  tag: "v0.1.0"
+  tag: "0.1.0"
 ## @param imagePullSecrets image pull secret of private repository
 ## e.g:
 ## imagePullSecrets:
diff --git a/charts/apache-shardingsphere-proxy-charts/Chart.yaml 
b/charts/apache-shardingsphere-proxy-charts/Chart.yaml
index 964f45d..faf1098 100644
--- a/charts/apache-shardingsphere-proxy-charts/Chart.yaml
+++ b/charts/apache-shardingsphere-proxy-charts/Chart.yaml
@@ -18,6 +18,7 @@
 apiVersion: v2
 appVersion: 5.2.1
 name: apache-shardingsphere-proxy-charts
+description: A Helm chart for ShardingSphere-Proxy-Cluster
 version: 0.1.0
 maintainers:
   - name: [email protected]

Reply via email to