Skip to content

Commit

Permalink
Fixes Typo in Config
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Apr 20, 2023
1 parent 834d448 commit bd9c24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gotosocial/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://github.com/superseriousbusiness/gotosocial

type: application
# Chart Version
version: "0.3.8"
version: "0.3.9"
# gotosocial version
appVersion: "0.8.1"

Expand Down
2 changes: 1 addition & 1 deletion charts/gotosocial/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stringData:
db-max-open-conns-multiplier: {{ .Values.gotosocial.config.db.maxOpenConnsMultiplier | default 8 }}
db-sqlite-synchronous: {{ .Values.gotosocial.config.db.sqliteSynchronous | default "NORMAL" | quote }}
db-sqlite-cache-size: {{ .Values.gotosocial.config.db.sqliteCacheSize | default "8MiB" | quote }}
db-sqlite-busy-timeout" {{ .Values.gotosocial.config.db.sqliteBusyTimeout | default "5m" | quote }}
db-sqlite-busy-timeout: {{ .Values.gotosocial.config.db.sqliteBusyTimeout | default "5m" | quote }}
{{- if .Values.gotosocial.config.db.cache.enabled }}
cache:
visibility-max-size: {{ .Values.gotosocial.config.db.cache.visibilityMaxSize | default 2000 }}
Expand Down

0 comments on commit bd9c24e

Please sign in to comment.