File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 216216 "COLLATION" : "utf8_general_ci" ,
217217 },
218218 "POOL_OPTIONS" : {
219- "POOL_SIZE" : os .environ .get ("DB_POOL_SIZE" , 5 ),
220- "MAX_OVERFLOW" : os .environ .get ("DB_POOL_MAX_OVERFLOW" , 10 ),
219+ "POOL_SIZE" : int ( os .environ .get ("DB_POOL_SIZE" , 5 ) ),
220+ "MAX_OVERFLOW" : int ( os .environ .get ("DB_POOL_MAX_OVERFLOW" , 10 ) ),
221221 "RECYCLE" : 60 * 60
222222 },
223223 },
234234 "COLLATION" : "utf8_general_ci" ,
235235 },
236236 "POOL_OPTIONS" : {
237- "POOL_SIZE" : os .environ .get ("DB_POOL_SIZE" , 5 ),
238- "MAX_OVERFLOW" : os .environ .get ("DB_POOL_MAX_OVERFLOW" , 10 ),
237+ "POOL_SIZE" : int ( os .environ .get ("DB_POOL_SIZE" , 5 ) ),
238+ "MAX_OVERFLOW" : int ( os .environ .get ("DB_POOL_MAX_OVERFLOW" , 10 ) ),
239239 "RECYCLE" : 60 * 60
240240 },
241241 },
Original file line number Diff line number Diff line change @@ -103,5 +103,5 @@ dependencies:
103103description : A Helm chart for bk-dbm
104104name : bk-dbm
105105type : application
106- version : 1.5.0-alpha.68
107- appVersion : 1.5.0-alpha.68
106+ version : 1.5.0-alpha.69
107+ appVersion : 1.5.0-alpha.69
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.5.0-alpha.3126
2+ appVersion : 1.5.0-alpha.3127
33description : A Helm chart for dbm
44name : dbm
55type : application
You can’t perform that action at this time.
0 commit comments