Files
riotpiao.com/infra/portfolio/base/kustomization.yaml
T
Story Crater Bot 9f3db93f93 fix: add images section to kustomization for Image Updater
- Add images section so kustomize can properly update portfolio image tag
- Keep sops field for ArgoCD's ksops plugin to decrypt secrets
- Allows Image Updater to detect and sync latest image builds
2026-09-07 17:47:10 -07:00

19 lines
352 B
YAML

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
images:
- name: forgejo.riotpiao.com/rock/portfolio
newTag: latest
# Decrypt secrets via SOPS before applying
sops:
version: 3