From 467afdc605e9c6ea5756020de4757827c694118e Mon Sep 17 00:00:00 2001 From: Paul-Henry PERRIN Date: Mon, 19 Jan 2026 15:59:57 +0100 Subject: [PATCH] Use image in AWS registry --- sds/local/kustomization.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sds/local/kustomization.yaml b/sds/local/kustomization.yaml index 0b446a4..05b0b6a 100644 --- a/sds/local/kustomization.yaml +++ b/sds/local/kustomization.yaml @@ -1,6 +1,14 @@ resources: - ../app +images: +- name: registry.dev.k8s.transcity/sds/api + newName: 767397786784.dkr.ecr.eu-west-3.amazonaws.com/sds/api +- name: registry.dev.k8s.transcity/sds/ui-admin + newName: 767397786784.dkr.ecr.eu-west-3.amazonaws.com/sds/ui-admin +- name: registry.dev.k8s.transcity/sds/puppeteer + newName: 767397786784.dkr.ecr.eu-west-3.amazonaws.com/sds/puppeteer + patches: - patch: |- apiVersion: apps/v1