Publish new changes in catalog

This commit is contained in:
sonicaj
2023-08-27 11:01:45 +00:00
parent 9795e29576
commit ef97b34d1f
68 changed files with 39 additions and 38 deletions

View File

@@ -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"

View 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"

View File

@@ -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:

Binary file not shown.

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/benphelps/homepage
pullPolicy: IfNotPresent
tag: v0.6.28
tag: v0.6.29
resources:
limits:

View File

@@ -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"

View 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"

View File

@@ -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:

Binary file not shown.

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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"

View 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"

View File

@@ -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:

Binary file not shown.

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/onedr0p/tautulli
pullPolicy: IfNotPresent
tag: 2.12.5
tag: 2.13.1
resources:
limits: