lemmy: Update to 0.18.5

Also adds support for specifying additional configuration on top of the
main lemmy.hjson
This commit is contained in:
Alexander Olofsson 2023-09-29 14:32:25 +02:00
parent 20f151565d
commit fc53181ec0
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
3 changed files with 7 additions and 3 deletions

View file

@ -3,10 +3,10 @@ apiVersion: v2
name: lemmy
description: A link aggregator and forum for the fediverse
icon: https://join-lemmy.org/static/assets/images/lemmy.svg
appVersion: 0.18.4
appVersion: 0.18.5
type: application
version: 0.4.4
version: 0.4.5
maintainers:
- name: Alexander Olofsson

View file

@ -50,4 +50,4 @@ data:
{{- if not .Values.pictrs.existingSecret }}
pictrs_apikey: {{ $pictrsApikey | b64enc }}
{{- end }}
config.hjson: {{ $config | toPrettyJson | b64enc }}
config.hjson: {{ $config | merge (.Values.extraConfig | default dict) | toPrettyJson | b64enc }}

View file

@ -31,6 +31,10 @@ config:
## Requires valid certificates, but is also required for federation support
tls: true
## Extra configuration to merge into the main lemmy.hjson file
extraConfig: {}
# opentelemetry_url: http://otel:4137
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""