mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.2.0
|
||||
digest: sha256:a87a6988cedfc3f8a90eb308dffaaeaa1cbd0cad31c20e15b1147084360b9ec1
|
||||
generated: "2023-10-29T21:49:28.244979676+02:00"
|
||||
Binary file not shown.
6
community/immich/1.0.34/Chart.lock
Normal file
6
community/immich/1.0.34/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.2.1
|
||||
digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7
|
||||
generated: "2023-11-02T17:55:14.736911343+02:00"
|
||||
@@ -3,7 +3,7 @@ description: Immich
|
||||
annotations:
|
||||
title: Immich
|
||||
type: application
|
||||
version: 1.0.33
|
||||
version: 1.0.34
|
||||
apiVersion: v2
|
||||
appVersion: 1.84.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -14,7 +14,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
home: https://immich.app
|
||||
icon: https://media.sys.truenas.net/apps/immich/icons/icon.svg
|
||||
sources:
|
||||
BIN
community/immich/1.0.34/charts/common-1.2.1.tgz
Normal file
BIN
community/immich/1.0.34/charts/common-1.2.1.tgz
Normal file
Binary file not shown.
@@ -117,34 +117,8 @@ persistence:
|
||||
mountPath: /tmp
|
||||
|
||||
{{/* Database */}}
|
||||
postgresdata:
|
||||
enabled: true
|
||||
type: {{ .Values.immichStorage.pgData.type }}
|
||||
datasetName: {{ .Values.immichStorage.pgData.datasetName | default "" }}
|
||||
hostPath: {{ .Values.immichStorage.pgData.hostPath | default "" }}
|
||||
targetSelector:
|
||||
# Postgres pod
|
||||
postgres:
|
||||
# Postgres container
|
||||
postgres:
|
||||
mountPath: /var/lib/postgresql/data
|
||||
# Postgres - Permissions container
|
||||
# Different than the 01-permissions
|
||||
permissions:
|
||||
mountPath: /mnt/directories/postgres_data
|
||||
postgresbackup:
|
||||
enabled: true
|
||||
type: {{ .Values.immichStorage.pgBackup.type }}
|
||||
datasetName: {{ .Values.immichStorage.pgBackup.datasetName | default "" }}
|
||||
hostPath: {{ .Values.immichStorage.pgBackup.hostPath | default "" }}
|
||||
targetSelector:
|
||||
# Postgres backup pod
|
||||
postgresbackup:
|
||||
# Postgres backup container
|
||||
postgresbackup:
|
||||
mountPath: /postgres_backup
|
||||
# Postgres - Permissions container
|
||||
# Different than the 01-permissions
|
||||
permissions:
|
||||
mountPath: /mnt/directories/postgres_backup
|
||||
{{- include "ix.v1.common.app.postgresPersistence"
|
||||
(dict "pgData" .Values.immichStorage.pgData
|
||||
"pgBackup" .Values.immichStorage.pgBackup
|
||||
) | nindent 2 }}
|
||||
{{- end -}}
|
||||
@@ -91,15 +91,6 @@ service:
|
||||
targetPort: 6379
|
||||
targetSelector: redis
|
||||
|
||||
postgres:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
targetSelector: postgres
|
||||
ports:
|
||||
postgres:
|
||||
enabled: true
|
||||
primary: true
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
targetSelector: postgres
|
||||
{{- include "ix.v1.common.app.postgresService" $ | nindent 2 }}
|
||||
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user