mirror of
https://github.com/nold360/hive-apps
synced 2025-01-07 22:38:00 +00:00
Compare commits
4 commits
be458f36d5
...
673b97a504
Author | SHA1 | Date | |
---|---|---|---|
|
673b97a504 | ||
|
6eb472137c | ||
|
013659eab6 | ||
|
dcb6df6ea6 |
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 1.5.1
|
||||
tag: 1.6.0
|
||||
command:
|
||||
- flowise
|
||||
- start
|
||||
|
|
|
@ -80,7 +80,7 @@ metrics:
|
|||
# -- image repository
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
# -- image tag
|
||||
tag: v1.6.1
|
||||
tag: v1.6.2
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 2.9.4
|
||||
tag: 2.9.5
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
|
|
|
@ -172,7 +172,7 @@ sidecar:
|
|||
# -- The image repository to pull from
|
||||
repository: kiwigrid/k8s-sidecar
|
||||
# -- The image tag to pull, default: `1.23.1`
|
||||
tag: 1.25.6
|
||||
tag: 1.26.0
|
||||
# -- The image pull policy, default: `IfNotPresent`
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The extra volume mounts for the sidecar
|
||||
|
|
Loading…
Reference in a new issue