mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Merge pull request #2 from jessebot/test/remove-job-db-migrate-hook
remove helm hook weight for job-db-migrate
This commit is contained in:
commit
e31b844c02
5
.github/workflows/test-chart.yml
vendored
5
.github/workflows/test-chart.yml
vendored
|
@ -9,9 +9,8 @@ on:
|
|||
- "README.md"
|
||||
- ".github/**"
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
- "gh-pages"
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- ".github/**"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user