From 436cbfb2c6272cafa0486d594c6963378ba06184 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:42:59 -0700 Subject: [PATCH] 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 --- infra/portfolio/base/kustomization.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infra/portfolio/base/kustomization.yaml b/infra/portfolio/base/kustomization.yaml index 7b1cf24..6d1e551 100644 --- a/infra/portfolio/base/kustomization.yaml +++ b/infra/portfolio/base/kustomization.yaml @@ -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