mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.12
|
||||
digest: sha256:debd30721d09ae8293b1cbdd9d0115981d40b47908be3035fc3cf657c9d5eedb
|
||||
generated: "2023-07-17T18:24:32.256341435+03:00"
|
||||
Binary file not shown.
6
community/homepage/1.0.7/Chart.lock
Normal file
6
community/homepage/1.0.7/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.1.0
|
||||
digest: sha256:752ce76025f5b61094bd2b18ca11693eb9d26d0dde4eb2e63cd2330cbffe9e73
|
||||
generated: "2023-08-27T11:44:11.257799801+03:00"
|
||||
@@ -3,9 +3,9 @@ description: Homepage is a modern, secure, highly customizable application dashb
|
||||
annotations:
|
||||
title: Homepage
|
||||
type: application
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
apiVersion: v2
|
||||
appVersion: 0.6.28
|
||||
appVersion: 0.6.29
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -14,7 +14,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.12
|
||||
version: 1.1.0
|
||||
home: https://gethomepage.dev/
|
||||
icon: https://gethomepage.dev/favicon.svg
|
||||
sources:
|
||||
BIN
community/homepage/1.0.7/charts/common-1.1.0.tgz
Normal file
BIN
community/homepage/1.0.7/charts/common-1.1.0.tgz
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/benphelps/homepage
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.6.28
|
||||
tag: v0.6.29
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.12
|
||||
digest: sha256:debd30721d09ae8293b1cbdd9d0115981d40b47908be3035fc3cf657c9d5eedb
|
||||
generated: "2023-07-17T12:29:10.612792984+03:00"
|
||||
Binary file not shown.
6
community/immich/1.0.15/Chart.lock
Normal file
6
community/immich/1.0.15/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.1.0
|
||||
digest: sha256:752ce76025f5b61094bd2b18ca11693eb9d26d0dde4eb2e63cd2330cbffe9e73
|
||||
generated: "2023-08-27T11:43:29.853048404+03:00"
|
||||
@@ -3,9 +3,9 @@ description: Immich
|
||||
annotations:
|
||||
title: Immich
|
||||
type: application
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
apiVersion: v2
|
||||
appVersion: 1.74.0
|
||||
appVersion: 1.75.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -14,7 +14,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.12
|
||||
version: 1.1.0
|
||||
home: https://immich.app
|
||||
icon: https://github.com/immich-app/immich/raw/main/design/immich-logo.svg
|
||||
sources:
|
||||
BIN
community/immich/1.0.15/charts/common-1.1.0.tgz
Normal file
BIN
community/immich/1.0.15/charts/common-1.1.0.tgz
Normal file
Binary file not shown.
@@ -1,22 +1,22 @@
|
||||
image:
|
||||
repository: altran1502/immich-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.74.0
|
||||
tag: v1.75.2
|
||||
|
||||
webImage:
|
||||
repository: altran1502/immich-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.74.0
|
||||
tag: v1.75.2
|
||||
|
||||
proxyImage:
|
||||
repository: altran1502/immich-proxy
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.74.0
|
||||
tag: v1.75.2
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.74.0
|
||||
tag: v1.75.2
|
||||
|
||||
typesenseImage:
|
||||
repository: typesense/typesense
|
||||
@@ -29,10 +29,7 @@
|
||||
{{- $typesenseKey = ((index .data "TYPESENSE_API_KEY") | b64dec) -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- $mlURL := "false" -}}
|
||||
{{- if .Values.immichConfig.enableML -}}
|
||||
{{- $mlURL = printf "http://%v-machinelearning:%v" $fullname .Values.immichNetwork.machinelearningPort -}}
|
||||
{{- end }}
|
||||
{{- $mlURL := printf "http://%v-machinelearning:%v" $fullname .Values.immichNetwork.machinelearningPort }}
|
||||
|
||||
secret:
|
||||
postgres-creds:
|
||||
@@ -55,7 +52,10 @@ secret:
|
||||
immich-creds:
|
||||
enabled: true
|
||||
data:
|
||||
IMMICH_MACHINE_LEARNING_ENABLED: {{ .Values.immichConfig.enableML | quote }}
|
||||
{{- if .Values.immichConfig.enableML }}
|
||||
IMMICH_MACHINE_LEARNING_URL: {{ $mlURL | quote }}
|
||||
{{- end }}
|
||||
TYPESENSE_ENABLED: {{ .Values.immichConfig.enableTypesense | quote }}
|
||||
TYPESENSE_API_KEY: {{ $typesenseKey }}
|
||||
{{- if .Values.immichConfig.enableTypesense }}
|
||||
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.12
|
||||
digest: sha256:debd30721d09ae8293b1cbdd9d0115981d40b47908be3035fc3cf657c9d5eedb
|
||||
generated: "2023-07-17T12:31:15.888207047+03:00"
|
||||
Binary file not shown.
6
community/tautulli/1.0.6/Chart.lock
Normal file
6
community/tautulli/1.0.6/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.1.0
|
||||
digest: sha256:752ce76025f5b61094bd2b18ca11693eb9d26d0dde4eb2e63cd2330cbffe9e73
|
||||
generated: "2023-08-27T11:43:56.068508634+03:00"
|
||||
@@ -1,11 +1,12 @@
|
||||
name: tautulli
|
||||
description: Tautulli is a python based web application for monitoring, analytics and notifications for Plex Media Server.
|
||||
description: Tautulli is a python based web application for monitoring, analytics
|
||||
and notifications for Plex Media Server.
|
||||
annotations:
|
||||
title: Tautulli
|
||||
type: application
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
apiVersion: v2
|
||||
appVersion: 2.12.5
|
||||
appVersion: 2.13.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -14,7 +15,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.12
|
||||
version: 1.1.0
|
||||
home: https://tautulli.com/
|
||||
icon: https://avatars.githubusercontent.com/u/34385001
|
||||
sources:
|
||||
BIN
community/tautulli/1.0.6/charts/common-1.1.0.tgz
Normal file
BIN
community/tautulli/1.0.6/charts/common-1.1.0.tgz
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/tautulli
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.12.5
|
||||
tag: 2.13.1
|
||||
|
||||
resources:
|
||||
limits:
|
||||
Reference in New Issue
Block a user