Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43add6498f | ||
|
|
aff867b774
|
||
|
|
4c31107f8c | ||
|
|
6b15082274 | ||
|
|
94d7817a07
|
||
|
|
63e502735c | ||
|
|
2b687712cb | ||
|
|
5fe2bb7e06 | ||
|
|
4b702f5323 |
@@ -8,7 +8,7 @@ spec:
|
||||
interval: 24h
|
||||
url: https://github.com/usekaneo/kaneo.git
|
||||
ref:
|
||||
tag: v2.9.9
|
||||
tag: v2.9.10
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
@@ -54,7 +54,7 @@ spec:
|
||||
|
||||
kaneo:
|
||||
image:
|
||||
tag: "2.9.9" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
|
||||
tag: "2.9.10" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
|
||||
env:
|
||||
clientUrl: "https://kaneo.lumpiasty.xyz"
|
||||
disablePasswordRegistration: true
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
# OpenAI-compatible Kokoro-FastAPI TTS server, CPU PyTorch backend.
|
||||
# Models baked into the image (no PVC needed).
|
||||
# v0.3.0 includes fix for per-request voice tensor memory leak (#459).
|
||||
image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.5.0
|
||||
image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.6.0
|
||||
ports:
|
||||
- containerPort: 8880
|
||||
name: http
|
||||
|
||||
@@ -131,3 +131,6 @@ spec:
|
||||
value: "flux2-klein-4b:Q4_K_M"
|
||||
- name: IMAGE_EDIT_SIZE
|
||||
value: "512x512"
|
||||
|
||||
image:
|
||||
tag: v0.11.0
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cert-manager
|
||||
version: v1.20.3
|
||||
version: v1.21.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cert-manager
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cilium
|
||||
version: 1.19.6
|
||||
version: 1.20.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cilium
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
"platformAutomerge": true
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchUpdateTypes": ["patch", "digest"],
|
||||
"automerge": true,
|
||||
"automergeType": "pr",
|
||||
"platformAutomerge": true
|
||||
|
||||
Reference in New Issue
Block a user