mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
Upgraded catalog item(s) (#2562)
* Upgraded catalog item(s)
This commit upgrades home-assistant, drawio, immich, planka, node-red catalog item(s).
* revert planka
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -4,9 +4,9 @@ description: Home Assistant is an open source home automation that puts local co
|
||||
annotations:
|
||||
title: Home Assistant
|
||||
type: application
|
||||
version: 2.0.28
|
||||
version: 2.0.29
|
||||
apiVersion: v2
|
||||
appVersion: 2024.6.1
|
||||
appVersion: 2024.6.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: homeassistant/home-assistant
|
||||
tag: 2024.6.1
|
||||
tag: 2024.6.2
|
||||
|
||||
# Keep using the same image
|
||||
# as before the migration
|
||||
|
||||
@@ -3,9 +3,9 @@ description: Draw.io is a whiteboarding / diagramming software application.
|
||||
annotations:
|
||||
title: Draw.IO
|
||||
type: application
|
||||
version: 1.2.44
|
||||
version: 1.2.45
|
||||
apiVersion: v2
|
||||
appVersion: 24.5.2
|
||||
appVersion: 24.5.3
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jgraph/drawio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 24.5.2
|
||||
tag: 24.5.3
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@@ -4,9 +4,9 @@ description: Immich is a self-hosted photo and video backup solution directly fr
|
||||
annotations:
|
||||
title: Immich
|
||||
type: application
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.106.1
|
||||
appVersion: 1.106.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
image:
|
||||
repository: altran1502/immich-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.106.1
|
||||
tag: v1.106.2
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.106.1
|
||||
tag: v1.106.2
|
||||
|
||||
mlCudaImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.106.1-cuda
|
||||
tag: v1.106.2-cuda
|
||||
|
||||
mlOpenvinoImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.106.1-openvino
|
||||
tag: v1.106.2-openvino
|
||||
|
||||
pgvectorImage:
|
||||
repository: tensorchord/pgvecto-rs
|
||||
@@ -31,11 +31,11 @@ resources:
|
||||
immichGPU: {}
|
||||
|
||||
immichConfig:
|
||||
publicLoginMessage: ""
|
||||
publicLoginMessage: ''
|
||||
enableML: true
|
||||
mlImageType: mlImage
|
||||
logLevel: log
|
||||
huggingFaceEndpoint: ""
|
||||
huggingFaceEndpoint: ''
|
||||
|
||||
immichNetwork:
|
||||
webuiPort: 30041
|
||||
|
||||
@@ -4,9 +4,9 @@ description: Node-RED is a programming tool for wiring together hardware devices
|
||||
annotations:
|
||||
title: Node-RED
|
||||
type: application
|
||||
version: 1.2.9
|
||||
version: 1.2.10
|
||||
apiVersion: v2
|
||||
appVersion: 3.1.9
|
||||
appVersion: 3.1.10
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
node18Image:
|
||||
repository: nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.9-18
|
||||
tag: 3.1.10-18
|
||||
node18MinimalImage:
|
||||
repository: nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.9-18-minimal
|
||||
tag: 3.1.10-18-minimal
|
||||
node16Image:
|
||||
repository: nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.9-16
|
||||
tag: 3.1.10-16
|
||||
node16MinimalImage:
|
||||
repository: nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.9-16-minimal
|
||||
tag: 3.1.10-16-minimal
|
||||
node14Image:
|
||||
repository: nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.9-14
|
||||
tag: 3.1.10-14
|
||||
node14MinimalImage:
|
||||
repository: nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.9-14-minimal
|
||||
tag: 3.1.10-14-minimal
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user