fix: remove sops field from kustomization to unblock Image Updater

- Remove sops section that breaks vanilla kustomize parsing
- SOPS decryption handled by ArgoCD repo-server ksops plugin
- Allows Image Updater to run 'kustomize edit set image' without errors
- Image Updater can now update portfolio:latest tag in images section
This commit is contained in:
Story Crater Bot
2026-09-07 17:49:55 -07:00
parent 9f3db93f93
commit 303da88239
+3 -4
View File
@@ -8,11 +8,10 @@ resources:
- service.yaml
- ingress.yaml
# ArgoCD Image Updater configuration
# ArgoCD Image Updater configuration - for tag updates
images:
- name: forgejo.riotpiao.com/rock/portfolio
newTag: latest
# Decrypt secrets via SOPS before applying
sops:
version: 3
# Note: SOPS decryption is handled by ArgoCD repo-server plugin,
# not via kustomization.yaml, to allow Image Updater to parse this file