- 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
15 lines
289 B
YAML
15 lines
289 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
|