fix: add images section to kustomization for ArgoCD Image Updater
- Add images section to properly track portfolio image for kustomize - Remove problematic sops field that breaks kustomize edit commands - Allows Image Updater to properly update image tags via kustomize - SOPS decryption should be handled by ArgoCD plugin, not kustomization
This commit is contained in:
@@ -8,6 +8,7 @@ resources:
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
|
||||
# Decrypt secrets via SOPS before applying
|
||||
sops:
|
||||
version: 3
|
||||
# ArgoCD Image Updater configuration
|
||||
images:
|
||||
- name: forgejo.riotpiao.com/rock/portfolio
|
||||
newTag: latest
|
||||
|
||||
Reference in New Issue
Block a user