From 77fdd2052512a001090675389abd238a86d763e4 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Dec 2024 19:55:41 +0100 Subject: [PATCH] Add immich --- apps/templates/immich-folder.yaml | 19 +++++++++++++++++++ immich/helm-immich.yaml | 29 +++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 apps/templates/immich-folder.yaml create mode 100644 immich/helm-immich.yaml diff --git a/apps/templates/immich-folder.yaml b/apps/templates/immich-folder.yaml new file mode 100644 index 0000000..ed04fbe --- /dev/null +++ b/apps/templates/immich-folder.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: immich + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://github.com/rubenhensen/k8scd.git + targetRevision: HEAD + path: immich + destination: + server: https://kubernetes.default.svc + namespace: immich + syncPolicy: + syncOptions: + - CreateNamespace=true \ No newline at end of file diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml new file mode 100644 index 0000000..f0453e7 --- /dev/null +++ b/immich/helm-immich.yaml @@ -0,0 +1,29 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: helm-immich + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + prune: true + selfHeal: true + project: default + sources: + - chart: immich/immich + repoURL: https://immich-app.github.io/immich-charts + targetRevision: v1.119.0 # Replace with the Longhorn version you'd like to install or upgrade to + # helm: + # values: | + # preUpgradeChecker: + # jobEnabled: false + # parameters: + # - name: csi.kubeletRootDir + # value: "/var/snap/microk8s/common/var/lib/kubelet" + destination: + server: https://kubernetes.default.svc + namespace: immich \ No newline at end of file