Fix immich to track main branch instead of feature/immich
The immich app was still pointing to the feature/immich branch for its values, causing it to show as OutOfSync with older image versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2bc826c31f
commit
77bf178f48
1 changed files with 1 additions and 2 deletions
|
|
@ -26,9 +26,8 @@ spec:
|
||||||
releaseName: immich
|
releaseName: immich
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/argocd/manifests/immich/values.yaml
|
- $values/argocd/manifests/immich/values.yaml
|
||||||
# Values from our git repo (use feature branch for testing, reset to main after merge)
|
|
||||||
- repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
- repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
||||||
targetRevision: feature/immich
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue