mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 11:11:06 +00:00
Compare commits
8 commits
18b64a450f
...
b4fcf14693
Author | SHA1 | Date | |
---|---|---|---|
|
b4fcf14693 | ||
|
2882083266 | ||
|
2f18d3d248 | ||
|
2044194f04 | ||
|
6b86211f13 | ||
|
8c0382bb1d | ||
|
7a83744a82 | ||
|
533b7ea2e7 |
8 changed files with 8 additions and 8 deletions
|
@ -185,7 +185,7 @@ postgresql:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 15.6.0-debian-11-r7
|
||||
tag: 16.2.0-debian-11-r7
|
||||
pullPolicy: IfNotPresent
|
||||
## @param architecture PostgreSQL architecture (`standalone` or `replication`)
|
||||
##
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.1.4
|
||||
tag: 2.1.5
|
||||
command:
|
||||
- flowise
|
||||
- start
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.12.3"
|
||||
tag: "v1.12.4"
|
||||
useUnprivilegedImage: true
|
||||
|
||||
env:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/radarr
|
||||
tag: 5.14.0.9383
|
||||
tag: 5.15.1.9463
|
||||
|
||||
env:
|
||||
UMASK: "002"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
tag: 5.0.1
|
||||
tag: 5.0.2
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
|||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 11.3.0
|
||||
tag: 11.3.1
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 3.2.1
|
||||
tag: 3.3.0
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
|||
- name: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm
|
||||
chart: nextcloud
|
||||
targetRevision: 6.2.2
|
||||
targetRevision: 6.2.3
|
||||
secrets:
|
||||
- name: nextcloud-user
|
||||
keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue