update immich
This commit is contained in:
		@@ -12,6 +12,6 @@ namespace: immich
 | 
				
			|||||||
helmCharts:
 | 
					helmCharts:
 | 
				
			||||||
  - name: immich
 | 
					  - name: immich
 | 
				
			||||||
    releaseName: immich
 | 
					    releaseName: immich
 | 
				
			||||||
    version: 0.2.0
 | 
					    version: 0.3.0
 | 
				
			||||||
    valuesFile: values.yaml
 | 
					    valuesFile: values.yaml
 | 
				
			||||||
    repo: https://immich-app.github.io/immich-charts
 | 
					    repo: https://immich-app.github.io/immich-charts
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
image:
 | 
					image:
 | 
				
			||||||
  tag: v1.90.2
 | 
					  tag: v1.91.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# These entries are shared between all the Immich components
 | 
					# These entries are shared between all the Immich components
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -26,11 +26,7 @@ env:
 | 
				
			|||||||
      secretKeyRef:
 | 
					      secretKeyRef:
 | 
				
			||||||
        name: postgres-password
 | 
					        name: postgres-password
 | 
				
			||||||
        key: password
 | 
					        key: password
 | 
				
			||||||
  TYPESENSE_ENABLED: "{{ .Values.typesense.enabled }}"
 | 
					 | 
				
			||||||
  TYPESENSE_API_KEY: "{{ .Values.typesense.env.TYPESENSE_API_KEY }}"
 | 
					 | 
				
			||||||
  TYPESENSE_HOST: '{{ printf "%s-typesense" .Release.Name }}'
 | 
					 | 
				
			||||||
  IMMICH_WEB_URL: '{{ printf "http://%s-web:3000" .Release.Name }}'
 | 
					  IMMICH_WEB_URL: '{{ printf "http://%s-web:3000" .Release.Name }}'
 | 
				
			||||||
  IMMICH_SERVER_URL: '{{ printf "http://%s-server:3001" .Release.Name }}'
 | 
					 | 
				
			||||||
  IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
 | 
					  IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
immich:
 | 
					immich:
 | 
				
			||||||
@@ -52,18 +48,6 @@ redis:
 | 
				
			|||||||
  auth:
 | 
					  auth:
 | 
				
			||||||
    enabled: false
 | 
					    enabled: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typesense:
 | 
					 | 
				
			||||||
  enabled: true
 | 
					 | 
				
			||||||
  env:
 | 
					 | 
				
			||||||
    TYPESENSE_DATA_DIR: /tsdata
 | 
					 | 
				
			||||||
    TYPESENSE_API_KEY: typesense
 | 
					 | 
				
			||||||
  persistence:
 | 
					 | 
				
			||||||
    tsdata:
 | 
					 | 
				
			||||||
      # Enabling typesense persistence is recommended to avoid slow reindexing
 | 
					 | 
				
			||||||
      enabled: true
 | 
					 | 
				
			||||||
      accessMode: ReadWriteOnce
 | 
					 | 
				
			||||||
      size: 1Gi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Immich components
 | 
					# Immich components
 | 
				
			||||||
 | 
					
 | 
				
			||||||
server:
 | 
					server:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user