Skip to content

Commit

Permalink
Helm Chart Releaser Trigger Fix (#73)
Browse files Browse the repository at this point in the history
* - Incremented Helm charts to ensure the releaser workflow triggers a
  difference.

Signed-off-by: Michael Primeaux <[email protected]>

* - Added the `workflow_dispatch` option for manually pushing action
  workflows.

Signed-off-by: Michael Primeaux <[email protected]>
  • Loading branch information
mprimeaux authored Sep 29, 2021
1 parent 573269d commit 6eb5779
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint and Test Charts

on: pull_request
on: [pull_request, workflow_dispatch]

jobs:
lint-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release Charts

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion charts/opensearch-dashboards/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 1.0.2
version: 1.0.3

# 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
2 changes: 1 addition & 1 deletion charts/opensearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 1.0.2
version: 1.0.3

# 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 6eb5779

Please sign in to comment.