Skip to content

Commit 55af458

Browse files
committed
chore(build): add chart release to github pages
1 parent 0edde50 commit 55af458

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release Charts
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
57

68
jobs:
79
release:

k8s/helm-chart/redis-commander/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: application
1111
# This is the chart version. This version number should be incremented each time you make changes
1212
# to the chart and its templates, including the app version.
1313
# Versions are expected to follow Semantic Versioning (https://semver.org/)
14-
version: 0.6.0
14+
version: 0.6.1
1515

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

0 commit comments

Comments
 (0)