Skip to content

Commit

Permalink
Merge pull request #2 from jessebot/test/remove-job-db-migrate-hook
Browse files Browse the repository at this point in the history
remove helm hook weight for job-db-migrate
  • Loading branch information
jessebot authored Jul 13, 2023
2 parents f3b1039 + 7f761c5 commit e31b844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
- "README.md"
- ".github/**"
push:
branches-ignore:
- "dependabot/**"
- "gh-pages"
branches:
- main
paths-ignore:
- "README.md"
- ".github/**"
Expand Down
2 changes: 1 addition & 1 deletion charts/mastodon/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: 4.0.6
version: 4.0.7

# 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
1 change: 0 additions & 1 deletion charts/mastodon/templates/job-db-migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
{{- include "mastodon.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": post-install,pre-upgrade
"helm.sh/hook-weight": "-3"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
template:
Expand Down

0 comments on commit e31b844

Please sign in to comment.