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:
@@ -8,11 +8,10 @@ resources:
|
|||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
# ArgoCD Image Updater configuration
|
# ArgoCD Image Updater configuration - for tag updates
|
||||||
images:
|
images:
|
||||||
- name: forgejo.riotpiao.com/rock/portfolio
|
- name: forgejo.riotpiao.com/rock/portfolio
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|
||||||
# Decrypt secrets via SOPS before applying
|
# Note: SOPS decryption is handled by ArgoCD repo-server plugin,
|
||||||
sops:
|
# not via kustomization.yaml, to allow Image Updater to parse this file
|
||||||
version: 3
|
|
||||||
|
|||||||
Reference in New Issue
Block a user