We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edde50 commit 55af458Copy full SHA for 55af458
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Release Charts
2
3
on:
4
- workflow_dispatch:
+ push:
5
+ branches:
6
+ - master
7
8
jobs:
9
release:
k8s/helm-chart/redis-commander/Chart.yaml
@@ -11,7 +11,7 @@ type: application
11
# This is the chart version. This version number should be incremented each time you make changes
12
# to the chart and its templates, including the app version.
13
# Versions are expected to follow Semantic Versioning (https://semver.org/)
14
-version: 0.6.0
+version: 0.6.1
15
16
# This is the version number of the application being deployed. This version number should be
17
# incremented each time you make changes to the application. Versions are not expected to
0 commit comments