Compare commits

...

4 commits

4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ controllers:
main: main:
image: image:
repository: flowiseai/flowise repository: flowiseai/flowise
tag: 1.5.1 tag: 1.6.0
command: command:
- flowise - flowise
- start - start

View file

@ -80,7 +80,7 @@ metrics:
# -- image repository # -- image repository
repository: ghcr.io/onedr0p/exportarr repository: ghcr.io/onedr0p/exportarr
# -- image tag # -- image tag
tag: v1.6.1 tag: v1.6.2
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:

View file

@ -2,7 +2,7 @@ loki:
enabled: true enabled: true
image: image:
repository: grafana/loki repository: grafana/loki
tag: 2.9.4 tag: 2.9.5
promtail: promtail:
enabled: true enabled: true

View file

@ -172,7 +172,7 @@ sidecar:
# -- The image repository to pull from # -- The image repository to pull from
repository: kiwigrid/k8s-sidecar repository: kiwigrid/k8s-sidecar
# -- The image tag to pull, default: `1.23.1` # -- The image tag to pull, default: `1.23.1`
tag: 1.25.6 tag: 1.26.0
# -- The image pull policy, default: `IfNotPresent` # -- The image pull policy, default: `IfNotPresent`
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- The extra volume mounts for the sidecar # -- The extra volume mounts for the sidecar