From 7047a3c0e3ee694be4db80da37d7aa923e8a847c Mon Sep 17 00:00:00 2001 From: Jayden Pyles Date: Thu, 12 Jun 2025 18:04:47 -0500 Subject: [PATCH] chore: update chart version --- .github/workflows/version.yml | 7 ++++--- helm/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index af588cf..27b5160 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -47,10 +47,11 @@ jobs: id: check_version_bump run: | COMMIT_MSG=$(git log -1 --pretty=%B) - if [[ $COMMIT_MSG =~ ^feat\(breaking\) ]]; then - echo "version_bump=true" >> $GITHUB_OUTPUT - elif [[ $COMMIT_MSG =~ .*\[no\ bump\].* ]]; then + + if [[ $COMMIT_MSG =~ .*\[no\ bump\].* ]]; then echo "version_bump=false" >> $GITHUB_OUTPUT + else + echo "version_bump=true" >> $GITHUB_OUTPUT fi - name: Skip version bump diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4613ff7..360cd66 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -15,7 +15,7 @@ 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: 1.1.3 +version: 1.1.2 # 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