Compare commits
18
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edd56e84d7 | ||
|
|
87b6003b23
|
||
|
|
f7b8cbb9aa | ||
|
|
4c21fcb5ff | ||
|
|
3a7d2fbd10 | ||
|
|
9bdc88061f | ||
|
|
fffb888676 | ||
|
|
b4880ad3ff | ||
|
|
fbde3d9faf | ||
|
|
a8db4f4e4b | ||
|
|
eae60867b8 | ||
|
|
98a7c15e50 | ||
|
|
ff5b4655b9 | ||
|
|
ac7e12ec4e | ||
|
|
91e36289e6 | ||
|
|
68ab235d06 | ||
|
|
dfb1a5f8d2 | ||
|
|
7489a0900a |
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: authentik
|
||||
version: 2026.5.4
|
||||
version: 2026.5.5
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: authentik
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: immich
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: secustor
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cilium
|
||||
version: 1.19.5
|
||||
version: 1.19.6
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cilium
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user