mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Compare commits
5 commits
48877c243c
...
27711ead2c
Author | SHA1 | Date | |
---|---|---|---|
|
27711ead2c | ||
|
9642d51847 | ||
|
d07ae110e7 | ||
|
306c04d560 | ||
|
be336beec3 |
5 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ deployment:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/go-skynet/local-ai
|
repository: quay.io/go-skynet/local-ai
|
||||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||||
tag: v2.23.0-cublas-cuda12-ffmpeg
|
tag: v2.24.0-cublas-cuda12-ffmpeg
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: homeassistant/home-assistant
|
repository: homeassistant/home-assistant
|
||||||
tag: "2024.11"
|
tag: "2024.12"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: b4bz/homer
|
repository: b4bz/homer
|
||||||
tag: v24.11.5
|
tag: v24.12.1
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
clone-assets:
|
clone-assets:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: koenkk/zigbee2mqtt
|
repository: koenkk/zigbee2mqtt
|
||||||
tag: 1.41.0
|
tag: 1.42.0
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: argo-workflows
|
- name: argo-workflows
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-workflows
|
chart: argo-workflows
|
||||||
targetRevision: 0.41.11
|
targetRevision: 0.41.14
|
||||||
# secrets:
|
# secrets:
|
||||||
# - name: argocd-secret
|
# - name: argocd-secret
|
||||||
# keys:
|
# keys:
|
||||||
|
|
Loading…
Reference in a new issue