Compare commits
24
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e69f3ce4ae | ||
|
|
39cb9626fe
|
||
|
|
c1eadb29d1 | ||
|
|
9d8cda8228
|
||
|
|
ba90001ec8
|
||
|
|
ece05f6119 | ||
|
|
129279192a | ||
|
|
a703b8ef4c | ||
|
|
33d30a1f6a | ||
|
|
d3e794233b | ||
|
|
3f2e7bff23 | ||
|
|
1f6e7f6d06 | ||
|
|
27a07fb5d9 | ||
|
|
0790de0fdf | ||
|
|
0261f900d7 | ||
|
|
b3135998f6 | ||
|
|
aff867b774
|
||
|
|
4c31107f8c | ||
|
|
6b15082274 | ||
|
|
94d7817a07
|
||
|
|
63e502735c | ||
|
|
2b687712cb | ||
|
|
5fe2bb7e06 | ||
|
|
4b702f5323 |
@@ -21,7 +21,7 @@ steps:
|
||||
- bao kv get -mount secret -field RENOVATE_TOKEN renovate > /woodpecker/renovate_token
|
||||
- bao kv get -mount secret -field GITHUB_COM_TOKEN renovate > /woodpecker/github_com_token
|
||||
- name: Run Renovate
|
||||
image: renovate/renovate:43
|
||||
image: renovate/renovate:44
|
||||
pull: true
|
||||
environment:
|
||||
RENOVATE_AUTODISCOVER: "true"
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: immich
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: secustor
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
interval: 24h
|
||||
url: https://github.com/usekaneo/kaneo.git
|
||||
ref:
|
||||
tag: v2.9.9
|
||||
tag: v2.12.1
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
@@ -53,8 +53,6 @@ spec:
|
||||
enabled: false
|
||||
|
||||
kaneo:
|
||||
image:
|
||||
tag: "2.9.9" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
|
||||
env:
|
||||
clientUrl: "https://kaneo.lumpiasty.xyz"
|
||||
disablePasswordRegistration: true
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: supervisord
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:86e4837462324c47fa49d4f766908e133d84ba5373caf1f8fa5c55f44397b312
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:2676d13df2a0833b27ab8ec441da78c6c43d3f7bf75837d35723eefb40a82ce1
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: open-webui
|
||||
version: 15.2.0
|
||||
version: 16.0.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: open-webui
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cert-manager
|
||||
version: v1.20.3
|
||||
version: v1.21.1
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cert-manager
|
||||
|
||||
+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