Skip to content

Commit 107f6d3

Browse files
authored
[UPDATE][teable][1.0.3]fix upload files (#638)
auto merge
1 parent 2c508d7 commit 107f6d3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

teable/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: '1.0.2'
18+
version: '1.0.3'
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

teable/OlaresManifest.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: 'The Next Gen Airtable Alternative: No-Code Postgres'
66
icon: https://file.bttcdn.com/appstore/teable/icon.png
77
appid: teable
8-
version: '1.0.2'
8+
version: '1.0.3'
99
title: Teable
1010
categories:
1111
- Productivity
@@ -78,7 +78,12 @@ options:
7878
version: '>=1.10.1-0'
7979
policies:
8080
- uriRegex: ^/(auth)(/.*)?(\?.*)?$
81-
level: system
81+
level: one_factor
82+
oneTime: false
83+
validDuration: 3600s
84+
entranceName: teable
85+
- uriRegex: ^/(api)(/.*)?(\?.*)?$
86+
level: public
8287
oneTime: false
8388
validDuration: 3600s
8489
entranceName: teable

teable/templates/configmap.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ data:
1515
BACKEND_JWT_EXPIRES_IN: "20d"
1616
PORT: "3000"
1717
LOG_LEVEL: "debug"
18+
NEXT_ENV_IMAGES_ALL_REMOTE: "true"
1819

1920
# smtp
2021
BACKEND_MAIL_HOST: ""
@@ -38,3 +39,4 @@ data:
3839
# resource limit
3940
MAX_COPY_CELLS: "50000"
4041
MAX_READ_ROWS: "10000"
42+
MAX_ATTACHMENT_UPLOAD_SIZE: "2147483648"

teable/templates/teable.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
containers:
2222
- name: teable
2323
image: docker.io/teableio/teable:latest
24+
imagePullPolicy: Always
2425
env:
2526
- name: PGID
2627
value: "1000"

0 commit comments

Comments
 (0)