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
This commit is contained in:
@@ -12,3 +12,7 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: forgejo.riotpiao.com/rock/portfolio
|
- name: forgejo.riotpiao.com/rock/portfolio
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|
||||||
|
# Decrypt secrets via SOPS before applying
|
||||||
|
sops:
|
||||||
|
version: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user