From 02619eb184ff2d347e4f299297592222df829573 Mon Sep 17 00:00:00 2001 From: Jayden Pyles Date: Thu, 5 Jun 2025 22:19:41 -0500 Subject: [PATCH] feat: update workflows [no bump] --- .github/workflows/version.yml | 2 ++ helm/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 51f2f3b..af588cf 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -63,6 +63,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.git_token }} - name: Set version + if: steps.check_version_bump.outputs.version_bump != 'false' id: set_version run: | VERSION=$(./scripts/version.sh "$VERSION_TYPE") @@ -73,6 +74,7 @@ jobs: VERSION_TYPE: ${{ env.VERSION_TYPE }} - name: Update chart file + if: steps.check_version_bump.outputs.version_bump != 'false' run: | sed -i "s/^version: .*/version: $VERSION/" helm/Chart.yaml diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 360cd66..cad8ea8 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.2 +version: 1.1.1 # 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