Skip to content

Commit

Permalink
chore(build): add chart release to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Sep 11, 2024
1 parent 0edde50 commit 55af458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release Charts

on:
workflow_dispatch:
push:
branches:
- master

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm-chart/redis-commander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1

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

0 comments on commit 55af458

Please sign in to comment.