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
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
# Decrypt secrets via SOPS before applying
|
# ArgoCD Image Updater configuration
|
||||||
sops:
|
images:
|
||||||
version: 3
|
- name: forgejo.riotpiao.com/rock/portfolio
|
||||||
|
newTag: latest
|
||||||
|
|||||||
Reference in New Issue
Block a user