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

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