Compare commits
27
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1230bfe7a | ||
|
|
5353b1ff20 | ||
|
|
9f83751448 | ||
|
|
6164b88a85 | ||
|
|
847798e9ac | ||
|
|
4b634a79eb | ||
|
|
c3b1d22a23
|
||
|
|
e682d4eadd | ||
|
|
fc41f0dcc0 | ||
|
|
b148fac53c | ||
|
|
b8a29d9879 | ||
|
|
cbcda637c1 | ||
|
|
5d451451ba | ||
|
|
91ef6e8cf3 | ||
|
|
ef738e77e5
|
||
|
|
a24ece5ccd | ||
|
|
551d8918c9 | ||
|
|
0b700538f0 | ||
|
|
88033817d6 | ||
|
|
c139b6bfe8 | ||
|
|
38f833e89f | ||
|
|
692a5b6b69 | ||
|
|
ea043d16b0 | ||
|
|
a99043c1bb | ||
|
|
874dc11927 | ||
|
|
dfe5ec8f6c | ||
|
|
7569fad438 |
@@ -20,7 +20,7 @@ steps:
|
||||
- export VAULT_TOKEN=$(cat /woodpecker/.vault_id)
|
||||
- bao write -format json -f /kubernetes/creds/flux-reconcile > /woodpecker/kube_credentials
|
||||
- name: Construct Kubeconfig
|
||||
image: alpine/k8s:1.36.2
|
||||
image: alpine/k8s:1.37.0
|
||||
environment:
|
||||
KUBECONFIG: /woodpecker/kubeconfig
|
||||
commands:
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: authentik
|
||||
version: 2026.8.2
|
||||
version: 2026.8.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: authentik
|
||||
|
||||
@@ -25,7 +25,8 @@ spec:
|
||||
interval: 12h
|
||||
values:
|
||||
image:
|
||||
tag: 1.27.2 # REMOVE ME after new helm chart version includes this update
|
||||
# REMOVE ME after new helm chart version includes updates
|
||||
tag: 1.27.3 # renovate: depName=docker.gitea.com/gitea registryUrl=https://docker.gitea.com
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
name: gitea-valkey-primary-lvmhdd-0
|
||||
namespace: openebs
|
||||
spec:
|
||||
capacity: "4294967296"
|
||||
capacity: "6442450944"
|
||||
ownerNodeID: anapistula-delrosalae
|
||||
shared: "yes"
|
||||
thinProvision: "no"
|
||||
@@ -20,7 +20,7 @@ metadata:
|
||||
name: gitea-valkey-primary-lvmhdd-0
|
||||
spec:
|
||||
capacity:
|
||||
storage: 4Gi
|
||||
storage: 6Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
@@ -41,6 +41,6 @@ spec:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 4Gi
|
||||
storage: 6Gi
|
||||
storageClassName: hdd-lvmpv
|
||||
volumeName: gitea-valkey-primary-lvmhdd-0
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: valkey
|
||||
version: 0.11.0
|
||||
version: 0.12.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: valkey
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: immich
|
||||
version: 2.0.3
|
||||
version: 2.0.6
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: secustor
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
interval: 24h
|
||||
url: https://github.com/usekaneo/kaneo.git
|
||||
ref:
|
||||
tag: v2.22.0
|
||||
tag: v2.25.0
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: supervisord
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:2676d13df2a0833b27ab8ec441da78c6c43d3f7bf75837d35723eefb40a82ce1
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:91a986812da3fd02687226cac2fdbfe250fc232ec32db4cf10480958d4fe4354
|
||||
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.8.2
|
||||
image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.9.0
|
||||
ports:
|
||||
- containerPort: 8880
|
||||
name: http
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: prepare-home
|
||||
image: alpine:3.24.1
|
||||
image: alpine:3.24.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: open-webui
|
||||
version: 16.5.0
|
||||
version: 16.6.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: open-webui
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cert-manager-webhook-ovh
|
||||
version: 0.9.16
|
||||
version: 0.9.17
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cert-manager-webhook-ovh
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: openebs
|
||||
version: 4.5.1
|
||||
version: 4.6.1
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: openebs
|
||||
|
||||
Reference in New Issue
Block a user