From 12076f4cbb5022e8ecd8e9088efca20245b37b33 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Tue, 9 Jun 2026 07:21:33 +0000 Subject: [PATCH] chore(deploy): update image to latest --- deploy/overlays/production/kustomization.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/overlays/production/kustomization.yaml b/deploy/overlays/production/kustomization.yaml index 43df07c..a638ced 100644 --- a/deploy/overlays/production/kustomization.yaml +++ b/deploy/overlays/production/kustomization.yaml @@ -3,18 +3,18 @@ kind: Kustomization # 1. Point to the base manifests resources: - - ../../base +- ../../base # 2. Apply the production-specific changes patches: - - path: deployment.yaml - target: - kind: Deployment - name: mal +- path: deployment.yaml + target: + kind: Deployment + name: mal namespace: mal images: - - name: main - newName: reg.milasholsting.dk/apps/mal - newTag: sha-6f3ca3e +- name: main + newName: reg.milasholsting.dk/apps/mal + newTag: sha-30a00eb