Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 7047a3c

Browse files
committed
chore: update chart version
1 parent 71f603f commit 7047a3c

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/version.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
id: check_version_bump
4848
run: |
4949
COMMIT_MSG=$(git log -1 --pretty=%B)
50-
if [[ $COMMIT_MSG =~ ^feat\(breaking\) ]]; then
51-
echo "version_bump=true" >> $GITHUB_OUTPUT
52-
elif [[ $COMMIT_MSG =~ .*\[no\ bump\].* ]]; then
50+
51+
if [[ $COMMIT_MSG =~ .*\[no\ bump\].* ]]; then
5352
echo "version_bump=false" >> $GITHUB_OUTPUT
53+
else
54+
echo "version_bump=true" >> $GITHUB_OUTPUT
5455
fi
5556
5657
- name: Skip version bump

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.3
18+
version: 1.1.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)