Skip to content

Commit 53ee689

Browse files
authored
chore (#521)
1 parent c55fbfe commit 53ee689

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/tentix/index.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
initContainers:
181181
- name: db-migrate
182182
# use dedicated migrator image built from Dockerfile.migrate
183-
image: limbo2342/tentix:migrate.9.2.x1
183+
image: limbo2342/tentix:migrate.10.22.x1
184184
imagePullPolicy: IfNotPresent
185185
env:
186186
- name: DATABASE_PORT
@@ -203,7 +203,7 @@ spec:
203203
containers:
204204
- name: ${{ defaults.app_name }}-tentix
205205
securityContext: {}
206-
image: limbo2342/tentix:dev-2025-9-2-m.2
206+
image: limbo2342/tentix:dev-2025-10-22-x.2
207207
imagePullPolicy: IfNotPresent
208208
ports:
209209
- name: http
@@ -263,8 +263,6 @@ spec:
263263
value: "text-embedding-3-large"
264264
- name: CHAT_MODEL
265265
value: "gpt-5-mini"
266-
- name: FAST_MODEL
267-
value: "gpt-5-nano"
268266
- name: VECTOR_BACKEND
269267
value: "internal"
270268
- name: APP_URL
@@ -273,6 +271,8 @@ spec:
273271
value: "generic"
274272
- name: NODE_ENV
275273
value: "production"
274+
- name: DISABLE_REGISTER
275+
value: "false"
276276
resources:
277277
limits:
278278
cpu: 500m

0 commit comments

Comments
 (0)