mastodon: bump to v4.5.3, helm chart 6.6.3

This commit is contained in:
ace
2026-01-05 17:42:05 +03:00
parent 54bf53262d
commit c77693c0e1
16 changed files with 162 additions and 13 deletions

View File

@@ -88,6 +88,11 @@ spec:
persistentVolumeClaim:
claimName: {{ template "mastodon.pvc.system" $context }}
{{- end }}
{{- if $context.Values.elasticsearch.caSecret.name }}
- name: elasticsearch-ca
secret:
secretName: {{ $context.Values.elasticsearch.caSecret.name }}
{{- end }}
{{- include "mastodon.statsdExporterVolume" $ | indent 8 }}
{{- if dig "customDatabaseConfigYml" "configMapRef" "name" false . }}
- name: config-database-yml
@@ -249,6 +254,12 @@ spec:
- name: system
mountPath: /opt/mastodon/public/system
{{- end }}
{{- if $context.Values.elasticsearch.caSecret.name }}
- name: elasticsearch-ca
mountPath: /opt/opensearch/config/ca.certs
subPath: {{ $context.Values.elasticsearch.caSecret.key }}
readOnly: true
{{- end }}
{{- if dig "customDatabaseConfigYml" "configMapRef" "name" false . }}
- name: config-database-yml
mountPath: /opt/mastodon/config/database.yml