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:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/postgresql
|
repository: bitnami/postgresql
|
||||||
tag: 15.6.0-debian-11-r7
|
tag: 16.2.0-debian-11-r7
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## @param architecture PostgreSQL architecture (`standalone` or `replication`)
|
## @param architecture PostgreSQL architecture (`standalone` or `replication`)
|
||||||
##
|
##
|
||||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: flowiseai/flowise
|
repository: flowiseai/flowise
|
||||||
tag: 2.1.4
|
tag: 2.1.5
|
||||||
command:
|
command:
|
||||||
- flowise
|
- flowise
|
||||||
- start
|
- start
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: docker.io/qdrant/qdrant
|
repository: docker.io/qdrant/qdrant
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "v1.12.3"
|
tag: "v1.12.4"
|
||||||
useUnprivilegedImage: true
|
useUnprivilegedImage: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/radarr
|
repository: ghcr.io/onedr0p/radarr
|
||||||
tag: 5.14.0.9383
|
tag: 5.15.1.9463
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UMASK: "002"
|
UMASK: "002"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/qbittorrent
|
repository: ghcr.io/onedr0p/qbittorrent
|
||||||
tag: 5.0.1
|
tag: 5.0.2
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: grafana/grafana
|
repository: grafana/grafana
|
||||||
tag: 11.3.0
|
tag: 11.3.1
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: grafana/loki
|
repository: grafana/loki
|
||||||
tag: 3.2.1
|
tag: 3.3.0
|
||||||
|
|
||||||
promtail:
|
promtail:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
repoURL: https://nextcloud.github.io/helm
|
repoURL: https://nextcloud.github.io/helm
|
||||||
chart: nextcloud
|
chart: nextcloud
|
||||||
targetRevision: 6.2.2
|
targetRevision: 6.2.3
|
||||||
secrets:
|
secrets:
|
||||||
- name: nextcloud-user
|
- name: nextcloud-user
|
||||||
keys:
|
keys:
|
||||||
|
|
Loading…
Add table
Reference in a new issue