immich update
This commit is contained in:
		| @@ -12,13 +12,13 @@ namespace: immich | |||||||
| helmCharts: | helmCharts: | ||||||
|   - name: immich |   - name: immich | ||||||
|     releaseName: immich |     releaseName: immich | ||||||
|     version: 0.6.0 |     version: 0.7.0 | ||||||
|     valuesFile: values.yaml |     valuesFile: values.yaml | ||||||
|     repo: https://immich-app.github.io/immich-charts |     repo: https://immich-app.github.io/immich-charts | ||||||
|  |  | ||||||
|  |  | ||||||
| images: | images: | ||||||
|   - name: ghcr.io/immich-app/immich-machine-learning |   - name: ghcr.io/immich-app/immich-machine-learning | ||||||
|     newTag: v1.105.1 |     newTag: v1.106.3 | ||||||
|   - name: ghcr.io/immich-app/immich-server |   - name: ghcr.io/immich-app/immich-server | ||||||
|     newTag: v1.105.1 |     newTag: v1.106.3 | ||||||
|   | |||||||
| @@ -22,10 +22,12 @@ env: | |||||||
|       secretKeyRef: |       secretKeyRef: | ||||||
|         name: postgres-password |         name: postgres-password | ||||||
|         key: password |         key: password | ||||||
|   IMMICH_WEB_URL: '{{ printf "http://%s-web:3000" .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: | ||||||
|  |   metrics: | ||||||
|  |     # Enabling this will create the service monitors needed to monitor immich with the prometheus operator | ||||||
|  |     enabled: true | ||||||
|   persistence: |   persistence: | ||||||
|     # Main data store for all photos shared between different components. |     # Main data store for all photos shared between different components. | ||||||
|     library: |     library: | ||||||
| @@ -52,16 +54,6 @@ server: | |||||||
|     main: |     main: | ||||||
|       enabled: false |       enabled: false | ||||||
|  |  | ||||||
| microservices: |  | ||||||
|   enabled: true |  | ||||||
|   persistence: |  | ||||||
|     geodata-cache: |  | ||||||
|       enabled: true |  | ||||||
|       size: 1Gi |  | ||||||
|       # Optional: Set this to pvc to avoid downloading the geodata every start. |  | ||||||
|       type: emptyDir |  | ||||||
|       accessMode: ReadWriteMany |  | ||||||
|  |  | ||||||
| machine-learning: | machine-learning: | ||||||
|   enabled: true |   enabled: true | ||||||
|   persistence: |   persistence: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user