From f7e1cd638c5fdf891cee8abb9d47e3113dc3a52c Mon Sep 17 00:00:00 2001 From: powerfool Date: Mon, 15 Apr 2024 18:01:26 +0800 Subject: [PATCH] Bump Version of oceanbase-cluster chart and Update workflow (#304) --- .github/workflows/addlicense.yml | 2 ++ charts/oceanbase-cluster/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/addlicense.yml b/.github/workflows/addlicense.yml index 5a9f48eec..d291e11a5 100644 --- a/.github/workflows/addlicense.yml +++ b/.github/workflows/addlicense.yml @@ -3,6 +3,8 @@ on: pull_request: branches: - master + paths: + - '**/*.go' jobs: addlicense: diff --git a/charts/oceanbase-cluster/Chart.yaml b/charts/oceanbase-cluster/Chart.yaml index 2b73bbf62..9164f8da9 100644 --- a/charts/oceanbase-cluster/Chart.yaml +++ b/charts/oceanbase-cluster/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.2.1-sp.3-103000032023122818 +version: 4.3.0-sp.1-100000242024032211 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "4.2.1.3-103000032023122818" +appVersion: "4.3.0.1-100000242024032211"