mastodon: bump to v4.4.1, helm chart v6.5.0
This commit is contained in:
7
mastodon/templates/job-db-pre-migrate.yaml
Normal file
7
mastodon/templates/job-db-pre-migrate.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
{{- if .Values.mastodon.hooks.dbMigrate.enabled }}
|
||||
{{- include "mastodon.dbMigrateJob" (merge (dict "preDeploy" true ) .) }}
|
||||
{{- with coalesce .Values.mastodon.hooks.dbMigrate.nodeSelector .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- . | toYaml | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user