Compare commits
18
Commits
1fc9d6db7b
...
edd56e84d7
| 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:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: authentik
|
chart: authentik
|
||||||
version: 2026.5.4
|
version: 2026.5.5
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: authentik
|
name: authentik
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: immich
|
chart: immich
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: secustor
|
name: secustor
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ spec:
|
|||||||
interval: 24h
|
interval: 24h
|
||||||
url: https://github.com/usekaneo/kaneo.git
|
url: https://github.com/usekaneo/kaneo.git
|
||||||
ref:
|
ref:
|
||||||
tag: v2.9.0
|
tag: v2.9.8
|
||||||
ignore: |
|
ignore: |
|
||||||
# exclude all
|
# exclude all
|
||||||
/*
|
/*
|
||||||
@@ -54,7 +54,7 @@ spec:
|
|||||||
|
|
||||||
kaneo:
|
kaneo:
|
||||||
image:
|
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:
|
env:
|
||||||
clientUrl: "https://kaneo.lumpiasty.xyz"
|
clientUrl: "https://kaneo.lumpiasty.xyz"
|
||||||
disablePasswordRegistration: true
|
disablePasswordRegistration: true
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: supervisord
|
- name: supervisord
|
||||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:f88d173bb455bb759400c3ef541c194583427693b91d17688fe6f2cb79adc3a9
|
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:c7adeeac86ee39b1ce9cd68ff2487c586c4f469569d1aa08cdddae693248751c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
RUN apt update && apt install -y --no-install-recommends\
|
RUN apt update && apt install -y --no-install-recommends\
|
||||||
curl wget vim \
|
curl wget vim \
|
||||||
|
ca-certificates \
|
||||||
build-essential cmake libvulkan-dev glslc spirv-headers libssl-dev git \
|
build-essential cmake libvulkan-dev glslc spirv-headers libssl-dev git \
|
||||||
mesa-utils mesa-vulkan-drivers \
|
mesa-utils mesa-vulkan-drivers \
|
||||||
supervisor \
|
supervisor \
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: cilium
|
chart: cilium
|
||||||
version: 1.19.5
|
version: 1.19.6
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: cilium
|
name: cilium
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ spec:
|
|||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: registry.k8s.io/coredns/coredns:v1.14.4
|
image: registry.k8s.io/coredns/coredns:v1.14.6
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args: ["-conf", "/etc/coredns/Corefile"]
|
args: ["-conf", "/etc/coredns/Corefile"]
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: GOMEMLIMIT
|
- name: GOMEMLIMIT
|
||||||
value: 161MiB
|
value: 161MiB
|
||||||
image: registry.k8s.io/coredns/coredns:v1.14.4
|
image: registry.k8s.io/coredns/coredns:v1.14.6
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user