|
@@ -1,22 +1,22 @@
|
|
|
image:
|
|
|
repository: altran1502/immich-server
|
|
|
pullPolicy: IfNotPresent
|
|
|
- tag: v1.69.0
|
|
|
+ tag: v1.70.0
|
|
|
|
|
|
webImage:
|
|
|
repository: altran1502/immich-web
|
|
|
pullPolicy: IfNotPresent
|
|
|
- tag: v1.69.0
|
|
|
+ tag: v1.70.0
|
|
|
|
|
|
proxyImage:
|
|
|
repository: altran1502/immich-proxy
|
|
|
pullPolicy: IfNotPresent
|
|
|
- tag: v1.69.0
|
|
|
+ tag: v1.70.0
|
|
|
|
|
|
mlImage:
|
|
|
repository: altran1502/immich-machine-learning
|
|
|
pullPolicy: IfNotPresent
|
|
|
- tag: v1.69.0
|
|
|
+ tag: v1.70.0
|
|
|
|
|
|
typesenseImage:
|
|
|
repository: typesense/typesense
|
|
@@ -69,3 +69,21 @@ immichStorage:
|
|
|
pgBackup:
|
|
|
type: ixVolume
|
|
|
datasetName: pgBackup
|
|
|
+
|
|
|
+notes:
|
|
|
+ custom: |
|
|
|
+ ## Database
|
|
|
+ You can connect to the database using the pgAdmin App from the catalog
|
|
|
+
|
|
|
+ <details>
|
|
|
+ <summary>Database Details</summary>
|
|
|
+
|
|
|
+ - Database: `immich`
|
|
|
+ - Username: `immich`
|
|
|
+ - Password: `{{ .Values.immichDbPass }}`
|
|
|
+ - Host: `{{ .Values.immichDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
|
+ - Port: `5432`
|
|
|
+
|
|
|
+ </details>
|
|
|
+ {{- $_ := unset .Values "immichDbPass" }}
|
|
|
+ {{- $_ := unset .Values "immichDbHost" }}
|