Skip to content

Commit 9936577

Browse files
committed
Increment GLAuth Helm chart version to 0.3.10 and update release workflow to copy README.md to the charts/glauth directory, ensuring accurate documentation inclusion in the chart release process.
1 parent 32b5c44 commit 9936577

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727
- name: Copy README to charts
28-
run: cp README.md charts/
28+
run: cp README.md charts/glauth
2929

3030
- name: Run chart-releaser
3131
uses: helm/chart-releaser-action@v1.7.0

charts/glauth/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: 0.3.9
18+
version: 0.3.10
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)