18 Commits
Author SHA1 Message Date
Renovate edd56e84d7 Update gitea.lumpiasty.xyz/lumpiasty/supervisord:latest Docker digest to c7adeea
ci/woodpecker/push/build-images Pipeline was successful
2026-07-21 15:40:56 +00:00
Lumpiasty 87b6003b23 add ca-certificates to the supervisord image
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/push/build-images Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-21 17:33:00 +02:00
Renovate f7b8cbb9aa Merge pull request 'Update kaneo to v2.9.8' (#376) from renovate/kaneo into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-20 02:01:50 +00:00
Renovate 4c21fcb5ff Update kaneo to v2.9.8 2026-07-20 02:01:39 +00:00
Renovate 3a7d2fbd10 Merge pull request 'Update kaneo to v2.9.7' (#375) from renovate/kaneo into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-19 02:01:46 +00:00
Renovate 9bdc88061f Update kaneo to v2.9.7 2026-07-19 02:01:41 +00:00
Renovate fffb888676 Merge pull request 'Update registry.k8s.io/coredns/coredns Docker tag to v1.14.6' (#373) from renovate/registry.k8s.io-coredns-coredns-1.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-18 14:22:04 +00:00
Renovate b4880ad3ff Update registry.k8s.io/coredns/coredns Docker tag to v1.14.6 2026-07-18 14:21:51 +00:00
Renovate fbde3d9faf Merge pull request 'Update kaneo to v2.9.5' (#372) from renovate/kaneo into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
2026-07-18 14:21:50 +00:00
Renovate a8db4f4e4b Merge pull request 'Update Helm release cilium to v1.19.6' (#371) from renovate/cilium-1.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
2026-07-18 14:21:46 +00:00
Renovate eae60867b8 Update kaneo to v2.9.5 2026-07-18 14:21:39 +00:00
Renovate 98a7c15e50 Update Helm release cilium to v1.19.6 2026-07-18 14:21:11 +00:00
Renovate ff5b4655b9 Merge pull request 'Update kaneo to v2.9.1' (#370) from renovate/kaneo into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-16 02:01:36 +00:00
Renovate ac7e12ec4e Merge pull request 'Update Helm release immich to v2.0.2' (#369) from renovate/immich-2.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
2026-07-16 02:01:30 +00:00
Renovate 91e36289e6 Update kaneo to v2.9.1 2026-07-16 02:01:30 +00:00
Renovate 68ab235d06 Merge pull request 'Update Helm release authentik to v2026.5.5' (#368) from renovate/authentik-2026.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
2026-07-16 02:01:25 +00:00
Renovate dfb1a5f8d2 Update Helm release immich to v2.0.2 2026-07-16 02:01:25 +00:00
Renovate 7489a0900a Update Helm release authentik to v2026.5.5 2026-07-16 02:01:19 +00:00
8 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
chart:
spec:
chart: authentik
version: 2026.5.4
version: 2026.5.5
sourceRef:
kind: HelmRepository
name: authentik
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
chart:
spec:
chart: immich
version: 2.0.1
version: 2.0.2
sourceRef:
kind: HelmRepository
name: secustor
+2 -2
View File
@@ -8,7 +8,7 @@ spec:
interval: 24h
url: https://github.com/usekaneo/kaneo.git
ref:
tag: v2.9.0
tag: v2.9.8
ignore: |
# exclude all
/*
@@ -54,7 +54,7 @@ spec:
kaneo:
image:
tag: "2.9.0" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
tag: "2.9.8" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
env:
clientUrl: "https://kaneo.lumpiasty.xyz"
disablePasswordRegistration: true
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: supervisord
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:9c4938aba9c1998838a6481016206ab00710885fa631545a1af904e84828d4d2
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:c7adeeac86ee39b1ce9cd68ff2487c586c4f469569d1aa08cdddae693248751c
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
+1
View File
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y --no-install-recommends\
curl wget vim \
ca-certificates \
build-essential cmake libvulkan-dev glslc spirv-headers libssl-dev git \
mesa-utils mesa-vulkan-drivers \
supervisor \
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.19.5
version: 1.19.6
sourceRef:
kind: HelmRepository
name: cilium
+1 -1
View File
@@ -110,7 +110,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.14.4
image: registry.k8s.io/coredns/coredns:v1.14.6
imagePullPolicy: IfNotPresent
args: ["-conf", "/etc/coredns/Corefile"]
ports:
+1 -1
View File
@@ -97,7 +97,7 @@ spec:
env:
- name: GOMEMLIMIT
value: 161MiB
image: registry.k8s.io/coredns/coredns:v1.14.4
image: registry.k8s.io/coredns/coredns:v1.14.6
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5