File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : ' 1.0.2 '
18
+ version : ' 1.0.3 '
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
description : ' The Next Gen Airtable Alternative: No-Code Postgres'
6
6
icon : https://file.bttcdn.com/appstore/teable/icon.png
7
7
appid : teable
8
- version : ' 1.0.2 '
8
+ version : ' 1.0.3 '
9
9
title : Teable
10
10
categories :
11
11
- Productivity
@@ -78,7 +78,12 @@ options:
78
78
version : ' >=1.10.1-0'
79
79
policies :
80
80
- uriRegex : ^/(auth)(/.*)?(\?.*)?$
81
- level : system
81
+ level : one_factor
82
+ oneTime : false
83
+ validDuration : 3600s
84
+ entranceName : teable
85
+ - uriRegex : ^/(api)(/.*)?(\?.*)?$
86
+ level : public
82
87
oneTime : false
83
88
validDuration : 3600s
84
89
entranceName : teable
Original file line number Diff line number Diff line change 15
15
BACKEND_JWT_EXPIRES_IN : " 20d"
16
16
PORT : " 3000"
17
17
LOG_LEVEL : " debug"
18
+ NEXT_ENV_IMAGES_ALL_REMOTE : " true"
18
19
19
20
# smtp
20
21
BACKEND_MAIL_HOST : " "
38
39
# resource limit
39
40
MAX_COPY_CELLS : " 50000"
40
41
MAX_READ_ROWS : " 10000"
42
+ MAX_ATTACHMENT_UPLOAD_SIZE : " 2147483648"
Original file line number Diff line number Diff line change 21
21
containers :
22
22
- name : teable
23
23
image : docker.io/teableio/teable:latest
24
+ imagePullPolicy : Always
24
25
env :
25
26
- name : PGID
26
27
value : " 1000"
You can’t perform that action at this time.
0 commit comments