mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
Compare commits
11 commits
82db98ed02
...
2b4cc6df27
Author | SHA1 | Date | |
---|---|---|---|
|
2b4cc6df27 | ||
|
9642d51847 | ||
|
d07ae110e7 | ||
|
306c04d560 | ||
|
be336beec3 | ||
|
5e25d78336 | ||
|
08d753e608 | ||
|
834c1be3c8 | ||
|
a8caacf607 | ||
|
e5099aeae0 | ||
|
7aba22bcf6 |
11 changed files with 11 additions and 11 deletions
|
@ -5,4 +5,4 @@ apps:
|
|||
- name: core
|
||||
repoURL: https://neuvector.github.io/neuvector-helm/
|
||||
chart: core
|
||||
targetRevision: 2.7.7
|
||||
targetRevision: 2.8.3
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.2.0
|
||||
tag: 2.2.1
|
||||
command:
|
||||
- flowise
|
||||
- start
|
||||
|
|
|
@ -4,7 +4,7 @@ deployment:
|
|||
image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||
tag: v2.23.0-cublas-cuda12-ffmpeg
|
||||
tag: v2.24.0-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: kube-prometheus-stack
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
targetRevision: 66.2.2
|
||||
targetRevision: 66.3.1
|
||||
secrets:
|
||||
- name: grafana
|
||||
keys:
|
||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
|||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 11.3.1
|
||||
tag: 11.3.2
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 3.3.0
|
||||
tag: 3.3.1
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: "2024.11"
|
||||
tag: "2024.12"
|
||||
|
||||
env:
|
||||
TZ: Europe/Berlin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: influxdb
|
||||
tag: 2.7.10-alpine
|
||||
tag: 2.7.11-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
## If specified, use these secrets to access the images
|
||||
# pullSecrets:
|
||||
|
|
|
@ -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.28.0
|
||||
tag: 1.28.1
|
||||
# -- The image pull policy, default: `IfNotPresent`
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The extra volume mounts for the sidecar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: v24.11.5
|
||||
tag: v24.12.1
|
||||
|
||||
initContainers:
|
||||
clone-assets:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: koenkk/zigbee2mqtt
|
||||
tag: 1.41.0
|
||||
tag: 1.42.0
|
||||
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue