mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
Compare commits
7 commits
e6f5655a27
...
e5c8115944
Author | SHA1 | Date | |
---|---|---|---|
|
e5c8115944 | ||
|
c9f691d816 | ||
|
6ebde6f3c3 | ||
|
b8b223e729 | ||
|
ffd13068e3 | ||
|
4ea423f24a | ||
3f0810184b |
7 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.54
|
||||
tag: v0.107.55
|
||||
|
||||
env:
|
||||
TZ: Europe/Amsterdam
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.2.1
|
||||
tag: 2.2.2
|
||||
command:
|
||||
- flowise
|
||||
- start
|
||||
|
|
|
@ -4,7 +4,7 @@ deployment:
|
|||
image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||
tag: v2.24.1-cublas-cuda12-ffmpeg
|
||||
tag: v2.24.2-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.12.4"
|
||||
tag: "v1.12.5"
|
||||
useUnprivilegedImage: true
|
||||
|
||||
env:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
tag: 5.0.2
|
||||
tag: 5.0.3
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 3.3.1
|
||||
tag: 3.3.2
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
|
|
|
@ -11,7 +11,7 @@ server:
|
|||
enabled: true
|
||||
image:
|
||||
repository: "hashicorp/vault"
|
||||
tag: "1.18.2"
|
||||
tag: "1.18.3"
|
||||
auditStorage:
|
||||
accessMode: ReadWriteOnce
|
||||
annotations: {}
|
||||
|
|
Loading…
Reference in a new issue