Address PR review comments

- Use explicit TeslaMate version v2.2.0 instead of :latest
- Remove redundant "Manual sync only" comments from all app manifests

Note: borgmatic user already has pg_read_all_data role which grants
SELECT on all tables in all databases, so no grant updates needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-22 19:34:04 -08:00
commit 922f63f6e7
11 changed files with 1 additions and 11 deletions

View file

@ -17,5 +17,4 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push
# To pick up new apps: argocd app sync apps

View file

@ -17,4 +17,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -21,4 +21,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -29,4 +29,3 @@ spec:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true # Required for large CRDs that exceed annotation size limit
# Manual sync only - no automated sync on git push

View file

@ -27,4 +27,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -22,4 +22,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -31,4 +31,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -25,4 +25,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -23,4 +23,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -30,4 +30,3 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push

View file

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: teslamate
image: teslamate/teslamate:latest
image: teslamate/teslamate:v2.2.0
ports:
- containerPort: 4000
env: