fix immich
This commit is contained in:
@@ -7,7 +7,7 @@ spec:
|
||||
project: apps
|
||||
source:
|
||||
repoURL: https://github.com/moll-re/k3s-infra.git
|
||||
targetRevision: HEAD
|
||||
targetRevision: main
|
||||
path: apps/homeassistant
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
@@ -3,22 +3,16 @@ kind: Application
|
||||
metadata:
|
||||
name: immich-application
|
||||
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:
|
||||
project: apps
|
||||
sources:
|
||||
- chart: immich
|
||||
repoURL: https://immich-app.github.io/immich-charts
|
||||
targetRevision: 0.2.0
|
||||
helm:
|
||||
releaseName: immich
|
||||
valueFiles:
|
||||
- $values/apps/immich/values.yaml
|
||||
- repoURL: 'https://github.com/moll-re/k3s-infra.git'
|
||||
targetRevision: main
|
||||
ref: values
|
||||
source:
|
||||
repoURL: https://github.com/moll-re/k3s-infra.git
|
||||
targetRevision: main
|
||||
path: apps/immich
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: immich
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
Reference in New Issue
Block a user