mirror of
https://github.com/nold360/hive-apps
synced 2025-01-09 07:18:01 +00:00
Compare commits
No commits in common. "673b97a5049b5318a15412445801480796de4fb3" and "be458f36d5f1900a7d98a96136ac636bdca38698" have entirely different histories.
673b97a504
...
be458f36d5
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 1.6.0
|
||||
tag: 1.5.1
|
||||
command:
|
||||
- flowise
|
||||
- start
|
||||
|
|
|
@ -80,7 +80,7 @@ metrics:
|
|||
# -- image repository
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
# -- image tag
|
||||
tag: v1.6.2
|
||||
tag: v1.6.1
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 2.9.5
|
||||
tag: 2.9.4
|
||||
|
||||
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.26.0
|
||||
tag: 1.25.6
|
||||
# -- The image pull policy, default: `IfNotPresent`
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The extra volume mounts for the sidecar
|
||||
|
|
Loading…
Reference in a new issue