35 lines
		
	
	
		
			637 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			637 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: kustomize.config.k8s.io/v1beta1
 | |
| kind: Kustomization
 | |
| resources:
 | |
|   - namespace.yaml
 | |
|   - ingress.yaml
 | |
|   - pvc.yaml
 | |
|   - immich.postgres.yaml
 | |
|   - postgres.sealedsecret.yaml
 | |
|   - servicemonitor.yaml
 | |
| 
 | |
| 
 | |
| namespace: immich
 | |
| 
 | |
| 
 | |
| helmCharts:
 | |
|   - name: immich
 | |
|     releaseName: immich
 | |
|     version: 0.9.3
 | |
|     valuesFile: values.yaml
 | |
|     repo: https://immich-app.github.io/immich-charts
 | |
| 
 | |
| 
 | |
| images:
 | |
|   - name: ghcr.io/immich-app/immich-machine-learning
 | |
|     newTag: v1.144.1
 | |
|   - name: ghcr.io/immich-app/immich-server
 | |
|     newTag: v1.144.1
 | |
| 
 | |
| 
 | |
| patches:
 | |
|   - path: patch-redis-pvc.yaml
 | |
|     target:
 | |
|       kind: StatefulSet
 | |
|       name: immich-redis-master
 |