mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
upgrade appVersion to latest, and remove weight from job-db-migrate
This commit is contained in:
parent
87431e0b07
commit
9313fadc1c
|
@ -15,12 +15,12 @@ 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.3
|
||||
version: 4.0.4
|
||||
|
||||
# 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
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
appVersion: v4.0.2
|
||||
appVersion: v4.1.3
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
|
|
|
@ -7,7 +7,6 @@ metadata:
|
|||
annotations:
|
||||
"helm.sh/hook": post-install,pre-upgrade
|
||||
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
|
||||
"helm.sh/hook-weight": "-2"
|
||||
spec:
|
||||
template:
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue
Block a user