mastodon: bump to v4.5.3, helm chart 6.6.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user