apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: portfolio resources: - namespace.yaml - configmap.enc.yaml - deployment.yaml - service.yaml - ingress.yaml # ArgoCD Image Updater configuration - for tag updates images: - name: forgejo.riotpiao.com/rock/portfolio newTag: latest # Note: SOPS decryption is handled by ArgoCD repo-server plugin, # not via kustomization.yaml, to allow Image Updater to parse this file