Skip to content

Commit

Permalink
Add new default to outline chart for 0.75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sanders committed Feb 21, 2024
1 parent 169e734 commit fe6b72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/outline/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 1
name: outline
version: 0.0.11
version: 0.0.12
description: outline wiki
dependencies:
- name: replicated-library
Expand Down
1 change: 1 addition & 0 deletions charts/outline/templates/replicated-library.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ apps:
OIDC_DISPLAY_NAME: {{ .Values.outline.oidc.displayName }}
OIDC_SCOPES: {{ .Values.outline.oidc.scopes }}
{{- end }}
FILE_STORAGE_IMPORT_MAX_SIZE: {{ default 100000000 .Values.outline.fileStorageImportMaxSize }}
{{- range $k, $v := .Values.outline.extraEnv }}
{{ $k }}: {{ $v }}
{{- end }}
Expand Down

0 comments on commit fe6b72e

Please sign in to comment.