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