fix immich
This commit is contained in:
		| @@ -11,8 +11,6 @@ namespace: homeassistant | |||||||
| helmCharts: | helmCharts: | ||||||
|   - name: home-assistant |   - name: home-assistant | ||||||
|     releaseName: homeassistant |     releaseName: homeassistant | ||||||
|     # namespace: rmoll-harbor-poc |  | ||||||
|     version: 13.4.2 |     version: 13.4.2 | ||||||
|     valuesFile: values.yaml |     valuesFile: values.yaml | ||||||
|     repo: https://k8s-at-home.com/charts/ |     repo: https://k8s-at-home.com/charts/ | ||||||
|      |  | ||||||
| @@ -37,4 +37,3 @@ spec: | |||||||
|               - name: websocket |               - name: websocket | ||||||
|     tls: |     tls: | ||||||
|         certResolver: default-tls |         certResolver: default-tls | ||||||
|            |  | ||||||
							
								
								
									
										15
									
								
								apps/immich/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								apps/immich/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | |||||||
|  | apiVersion: kustomize.config.k8s.io/v1beta1 | ||||||
|  | kind: Kustomization | ||||||
|  | resources:  | ||||||
|  | - namespace.yaml | ||||||
|  | - ingress.yaml | ||||||
|  | - pvc.yaml | ||||||
|  |  | ||||||
|  | namespace: immich | ||||||
|  |  | ||||||
|  | helmCharts: | ||||||
|  |   - name: immich | ||||||
|  |     releaseName: immich | ||||||
|  |     version: 0.2.0 | ||||||
|  |     valuesFile: values.yaml | ||||||
|  |     repo: https://immich-app.github.io/immich-charts | ||||||
							
								
								
									
										4
									
								
								apps/immich/namespace.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								apps/immich/namespace.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | |||||||
|  | apiVersion: v1 | ||||||
|  | kind: Namespace | ||||||
|  | metadata: | ||||||
|  |   name: placeholder | ||||||
| @@ -7,7 +7,7 @@ spec: | |||||||
|   project: apps |   project: apps | ||||||
|   source: |   source: | ||||||
|     repoURL: https://github.com/moll-re/k3s-infra.git |     repoURL: https://github.com/moll-re/k3s-infra.git | ||||||
|     targetRevision: HEAD |     targetRevision: main | ||||||
|     path: apps/homeassistant |     path: apps/homeassistant | ||||||
|   destination: |   destination: | ||||||
|     server: https://kubernetes.default.svc |     server: https://kubernetes.default.svc | ||||||
|   | |||||||
| @@ -3,22 +3,16 @@ kind: Application | |||||||
| metadata: | metadata: | ||||||
|   name: immich-application |   name: immich-application | ||||||
|   namespace: argocd |   namespace: argocd | ||||||
|   annotations: |  | ||||||
|     argocd-image-updater.argoproj.io/image-list: ghcr.io/immich-app/immich-server # no version constraints, use newest |  | ||||||
|     argocd-image-updater.argoproj.io/write-back-method: declarative # write back to git |  | ||||||
| spec: | spec: | ||||||
|   project: apps |   project: apps | ||||||
|   sources: |   source: | ||||||
|     - chart: immich |     repoURL: https://github.com/moll-re/k3s-infra.git | ||||||
|       repoURL: https://immich-app.github.io/immich-charts |     targetRevision: main | ||||||
|       targetRevision: 0.2.0 |     path: apps/immich | ||||||
|       helm: |  | ||||||
|         releaseName: immich |  | ||||||
|         valueFiles: |  | ||||||
|           - $values/apps/immich/values.yaml |  | ||||||
|     - repoURL: 'https://github.com/moll-re/k3s-infra.git' |  | ||||||
|       targetRevision: main |  | ||||||
|       ref: values |  | ||||||
|   destination: |   destination: | ||||||
|     server: https://kubernetes.default.svc |     server: https://kubernetes.default.svc | ||||||
|     namespace: immich |     namespace: immich | ||||||
|  |   syncPolicy: | ||||||
|  |     automated: | ||||||
|  |       prune: true | ||||||
|  |       selfHeal: true | ||||||
		Reference in New Issue
	
	Block a user