- 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
18 lines
445 B
YAML
18 lines
445 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 - 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
|