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

Commit 5719a85

Browse files
committed
chore: update chart version
1 parent 052d80d commit 5719a85

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
outputs:
2121
version: ${{ steps.set_version.outputs.version }}
22+
version_bump: ${{ steps.check_version_bump.outputs.version_bump }}
2223

2324
steps:
2425
- name: Checkout

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)