Compare commits
1 Commits
main
...
5dd015fbd3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dd015fbd3 |
@@ -9,9 +9,7 @@ jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: renovate/renovate:41.97.7
|
||||
options: |-
|
||||
--network=bridge
|
||||
image: renovate/renovate:41.146.0
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
@@ -78,7 +78,7 @@ spec:
|
||||
key: postgres-password
|
||||
containers:
|
||||
- name: ghostfolio
|
||||
image: docker.io/ghostfolio/ghostfolio:2.208.0
|
||||
image: docker.io/ghostfolio/ghostfolio:2.207.0
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
@@ -18,8 +18,8 @@ spec:
|
||||
labels:
|
||||
app: gitea-act-runner
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
hostNetwork: true
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: docker-certs
|
||||
emptyDir: {}
|
||||
@@ -61,7 +61,7 @@ spec:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
- name: daemon
|
||||
image: docker:28.5.1-dind
|
||||
image: docker:28.4.0-dind
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: /certs
|
||||
|
||||
@@ -259,6 +259,13 @@ data:
|
||||
namespace: default
|
||||
podSelector: 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:
|
||||
icon: ghostfolio.png
|
||||
description: portfolio analyzer
|
||||
@@ -266,6 +273,12 @@ data:
|
||||
namespace: default
|
||||
podSelector: app=ghostfolio
|
||||
app: ghostfolio
|
||||
- Drone:
|
||||
icon: drone.png
|
||||
description: CI/CD
|
||||
namespace: default
|
||||
app: drone
|
||||
href: https://drone.akshun-lab.cc
|
||||
- Searxng:
|
||||
icon: searxng.png
|
||||
description: search engine
|
||||
|
||||
@@ -16,9 +16,10 @@ spec:
|
||||
labels:
|
||||
app: immich-ml
|
||||
spec:
|
||||
runtimeClassName: nvidia
|
||||
containers:
|
||||
- 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:
|
||||
- containerPort: 3003
|
||||
env:
|
||||
@@ -33,9 +34,9 @@ spec:
|
||||
mountPath: /cache
|
||||
resources:
|
||||
requests:
|
||||
gpu.intel.com/i915: "1"
|
||||
nvidia.com/gpu: "1"
|
||||
limits:
|
||||
gpu.intel.com/i915: "1"
|
||||
nvidia.com/gpu: "1"
|
||||
volumes:
|
||||
- name: model-cache
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -66,7 +66,7 @@ spec:
|
||||
- name: postgres-data
|
||||
mountPath: /var/lib/postgresql/data
|
||||
- name: inv-companion
|
||||
image: quay.io/invidious/invidious-companion@sha256:a96f7a1eb88bf0d5882d519c9410f8c7b2d391cafc378b72f3bfd37dd5f0e587
|
||||
image: quay.io/invidious/invidious-companion@sha256:919112d8c7b40315f815eba5a70ebe55718cdbac2dc9cb4ae2acafbbafb47d8b
|
||||
restartPolicy: Always
|
||||
env:
|
||||
- name: SERVER_SECRET_KEY
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: pulse
|
||||
image: rcourtman/pulse:4.23.0
|
||||
image: rcourtman/pulse:4.22.0
|
||||
volumeMounts:
|
||||
- name: pulse-data
|
||||
mountPath: /data
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng@sha256:0e0493d1bff9ed55f774709c9113185aa3da0db3aea84bf86b356e97a21d54c6
|
||||
image: searxng/searxng@sha256:1458a9e6df554fa0306f2f4b770e2e49ad49dc726dddaa598eb4613718cb3b81
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: csi-driver-smb
|
||||
version: "1.19.1"
|
||||
version: "1.19.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: csi-driver-smb
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: prometheus
|
||||
version: "27.40.1"
|
||||
version: "27.40.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: prometheus-community
|
||||
|
||||
Reference in New Issue
Block a user