Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
5dd015fbd3 Update renovate/renovate Docker tag to v41.146.0 2025-10-11 18:31:38 +00:00
19 changed files with 26 additions and 14 deletions

View File

@@ -9,9 +9,7 @@ jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: renovate/renovate:41.97.7 image: renovate/renovate:41.146.0
options: |-
--network=bridge
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -78,7 +78,7 @@ spec:
key: postgres-password key: postgres-password
containers: containers:
- name: ghostfolio - name: ghostfolio
image: docker.io/ghostfolio/ghostfolio:2.208.0 image: docker.io/ghostfolio/ghostfolio:2.207.0
securityContext: securityContext:
capabilities: capabilities:
drop: drop:

View File

@@ -18,8 +18,8 @@ spec:
labels: labels:
app: gitea-act-runner app: gitea-act-runner
spec: spec:
restartPolicy: Always
hostNetwork: true hostNetwork: true
restartPolicy: Always
volumes: volumes:
- name: docker-certs - name: docker-certs
emptyDir: {} emptyDir: {}
@@ -61,7 +61,7 @@ spec:
- name: runner-data - name: runner-data
mountPath: /data mountPath: /data
- name: daemon - name: daemon
image: docker:28.5.1-dind image: docker:28.4.0-dind
env: env:
- name: DOCKER_TLS_CERTDIR - name: DOCKER_TLS_CERTDIR
value: /certs value: /certs

View File

@@ -259,6 +259,13 @@ data:
namespace: default namespace: default
podSelector: app=paperless-ngx podSelector: app=paperless-ngx
app: paperless-ngx app: paperless-ngx
- Open-WebUI:
icon: ollama.png
description: ollama Frontend
href: https://ollama.akshun-lab.cc
namespace: default
podSelector: app=open-webui
app: open-webui
- Ghostfolio: - Ghostfolio:
icon: ghostfolio.png icon: ghostfolio.png
description: portfolio analyzer description: portfolio analyzer
@@ -266,6 +273,12 @@ data:
namespace: default namespace: default
podSelector: app=ghostfolio podSelector: app=ghostfolio
app: ghostfolio app: ghostfolio
- Drone:
icon: drone.png
description: CI/CD
namespace: default
app: drone
href: https://drone.akshun-lab.cc
- Searxng: - Searxng:
icon: searxng.png icon: searxng.png
description: search engine description: search engine

View File

@@ -16,9 +16,10 @@ spec:
labels: labels:
app: immich-ml app: immich-ml
spec: spec:
runtimeClassName: nvidia
containers: containers:
- name: immich-machine-learning - name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-openvino image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-cuda
ports: ports:
- containerPort: 3003 - containerPort: 3003
env: env:
@@ -33,9 +34,9 @@ spec:
mountPath: /cache mountPath: /cache
resources: resources:
requests: requests:
gpu.intel.com/i915: "1" nvidia.com/gpu: "1"
limits: limits:
gpu.intel.com/i915: "1" nvidia.com/gpu: "1"
volumes: volumes:
- name: model-cache - name: model-cache
persistentVolumeClaim: persistentVolumeClaim:

View File

@@ -66,7 +66,7 @@ spec:
- name: postgres-data - name: postgres-data
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql/data
- name: inv-companion - name: inv-companion
image: quay.io/invidious/invidious-companion@sha256:a96f7a1eb88bf0d5882d519c9410f8c7b2d391cafc378b72f3bfd37dd5f0e587 image: quay.io/invidious/invidious-companion@sha256:919112d8c7b40315f815eba5a70ebe55718cdbac2dc9cb4ae2acafbbafb47d8b
restartPolicy: Always restartPolicy: Always
env: env:
- name: SERVER_SECRET_KEY - name: SERVER_SECRET_KEY

View File

@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: pulse - name: pulse
image: rcourtman/pulse:4.23.0 image: rcourtman/pulse:4.22.0
volumeMounts: volumeMounts:
- name: pulse-data - name: pulse-data
mountPath: /data mountPath: /data

View File

@@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: searxng - name: searxng
image: searxng/searxng@sha256:0e0493d1bff9ed55f774709c9113185aa3da0db3aea84bf86b356e97a21d54c6 image: searxng/searxng@sha256:1458a9e6df554fa0306f2f4b770e2e49ad49dc726dddaa598eb4613718cb3b81
ports: ports:
- containerPort: 8080 - containerPort: 8080
env: env:

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: csi-driver-smb chart: csi-driver-smb
version: "1.19.1" version: "1.19.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: csi-driver-smb name: csi-driver-smb

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: prometheus chart: prometheus
version: "27.40.1" version: "27.40.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community