diff --git a/library/ix-dev/community/homepage/Chart.lock b/library/ix-dev/community/homepage/Chart.lock index f129f62d7e..c35546cd34 100644 --- a/library/ix-dev/community/homepage/Chart.lock +++ b/library/ix-dev/community/homepage/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: file://../../../common - version: 1.0.12 -digest: sha256:debd30721d09ae8293b1cbdd9d0115981d40b47908be3035fc3cf657c9d5eedb -generated: "2023-07-17T18:24:32.256341435+03:00" + version: 1.1.0 +digest: sha256:752ce76025f5b61094bd2b18ca11693eb9d26d0dde4eb2e63cd2330cbffe9e73 +generated: "2023-08-27T11:44:11.257799801+03:00" diff --git a/library/ix-dev/community/homepage/Chart.yaml b/library/ix-dev/community/homepage/Chart.yaml index a7df4e7d37..7f269cdedc 100644 --- a/library/ix-dev/community/homepage/Chart.yaml +++ b/library/ix-dev/community/homepage/Chart.yaml @@ -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: diff --git a/library/ix-dev/community/homepage/charts/common-1.0.12.tgz b/library/ix-dev/community/homepage/charts/common-1.0.12.tgz deleted file mode 100644 index e2f3f00b87..0000000000 Binary files a/library/ix-dev/community/homepage/charts/common-1.0.12.tgz and /dev/null differ diff --git a/library/ix-dev/community/homepage/charts/common-1.1.0.tgz b/library/ix-dev/community/homepage/charts/common-1.1.0.tgz new file mode 100644 index 0000000000..b2fe78833e Binary files /dev/null and b/library/ix-dev/community/homepage/charts/common-1.1.0.tgz differ diff --git a/library/ix-dev/community/homepage/values.yaml b/library/ix-dev/community/homepage/values.yaml index 308fb1ec0e..f9adff66ad 100644 --- a/library/ix-dev/community/homepage/values.yaml +++ b/library/ix-dev/community/homepage/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/benphelps/homepage pullPolicy: IfNotPresent - tag: v0.6.28 + tag: v0.6.29 resources: limits: diff --git a/library/ix-dev/community/immich/Chart.lock b/library/ix-dev/community/immich/Chart.lock index fc439f1ae6..989953e8b1 100644 --- a/library/ix-dev/community/immich/Chart.lock +++ b/library/ix-dev/community/immich/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: file://../../../common - version: 1.0.12 -digest: sha256:debd30721d09ae8293b1cbdd9d0115981d40b47908be3035fc3cf657c9d5eedb -generated: "2023-07-17T12:29:10.612792984+03:00" + version: 1.1.0 +digest: sha256:752ce76025f5b61094bd2b18ca11693eb9d26d0dde4eb2e63cd2330cbffe9e73 +generated: "2023-08-27T11:43:29.853048404+03:00" diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index 0aca68a8b3..e90302e7d6 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -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: diff --git a/library/ix-dev/community/immich/charts/common-1.0.12.tgz b/library/ix-dev/community/immich/charts/common-1.0.12.tgz deleted file mode 100644 index a8050954c1..0000000000 Binary files a/library/ix-dev/community/immich/charts/common-1.0.12.tgz and /dev/null differ diff --git a/library/ix-dev/community/immich/charts/common-1.1.0.tgz b/library/ix-dev/community/immich/charts/common-1.1.0.tgz new file mode 100644 index 0000000000..f229056678 Binary files /dev/null and b/library/ix-dev/community/immich/charts/common-1.1.0.tgz differ diff --git a/library/ix-dev/community/immich/templates/_configuration.tpl b/library/ix-dev/community/immich/templates/_configuration.tpl index fdacd222d6..70071dbb6a 100644 --- a/library/ix-dev/community/immich/templates/_configuration.tpl +++ b/library/ix-dev/community/immich/templates/_configuration.tpl @@ -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 }} diff --git a/library/ix-dev/community/immich/values.yaml b/library/ix-dev/community/immich/values.yaml index f093a0a5ba..f50282b3dd 100644 --- a/library/ix-dev/community/immich/values.yaml +++ b/library/ix-dev/community/immich/values.yaml @@ -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 diff --git a/library/ix-dev/community/tautulli/Chart.lock b/library/ix-dev/community/tautulli/Chart.lock index d57d3bc85f..c7210c0e22 100644 --- a/library/ix-dev/community/tautulli/Chart.lock +++ b/library/ix-dev/community/tautulli/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: file://../../../common - version: 1.0.12 -digest: sha256:debd30721d09ae8293b1cbdd9d0115981d40b47908be3035fc3cf657c9d5eedb -generated: "2023-07-17T12:31:15.888207047+03:00" + version: 1.1.0 +digest: sha256:752ce76025f5b61094bd2b18ca11693eb9d26d0dde4eb2e63cd2330cbffe9e73 +generated: "2023-08-27T11:43:56.068508634+03:00" diff --git a/library/ix-dev/community/tautulli/Chart.yaml b/library/ix-dev/community/tautulli/Chart.yaml index a41c9df06c..880c1df589 100644 --- a/library/ix-dev/community/tautulli/Chart.yaml +++ b/library/ix-dev/community/tautulli/Chart.yaml @@ -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: diff --git a/library/ix-dev/community/tautulli/charts/common-1.0.12.tgz b/library/ix-dev/community/tautulli/charts/common-1.0.12.tgz deleted file mode 100644 index eaccf5c36e..0000000000 Binary files a/library/ix-dev/community/tautulli/charts/common-1.0.12.tgz and /dev/null differ diff --git a/library/ix-dev/community/tautulli/charts/common-1.1.0.tgz b/library/ix-dev/community/tautulli/charts/common-1.1.0.tgz new file mode 100644 index 0000000000..1d7416fb59 Binary files /dev/null and b/library/ix-dev/community/tautulli/charts/common-1.1.0.tgz differ diff --git a/library/ix-dev/community/tautulli/values.yaml b/library/ix-dev/community/tautulli/values.yaml index 19ee9c5468..f38fc31077 100644 --- a/library/ix-dev/community/tautulli/values.yaml +++ b/library/ix-dev/community/tautulli/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/tautulli pullPolicy: IfNotPresent - tag: 2.12.5 + tag: 2.13.1 resources: limits: