This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kittehcluster/kubernetes/services/immich/project.ini
2024-11-25 14:14:43 -05:00

42 lines
715 B
INI

[meta]
format_ver = 1
[immich_namespace]
description = Immich Namespace
mode = k3s
depends_on = traefik:nfs_provisioner
[#immich_namespace/k3s]
mode = install
yml_path = ./namespace.yml
[immich_pvc]
description = Immich PVC
mode = k3s
depends_on = immich_namespace
[#immich_pvc/k3s]
mode = install
yml_path = ./pvc.yml
[immich_repo]
description = Immich Helm Repository
mode = helm
depends_on = immich_pvc
[#immich_repo/helm]
mode = add_repo
name = immich
repo = https://immich-app.github.io/immich-charts
[immich]
description = Immich Software
mode = helm
depends_on = immich_repo
[#immich/helm]
mode = upgrade
name = immich
repo = immich/immich
variable_file = ../../secrets/immich.env
namespace = immich