From bb547a6aed25c32a817d4ae0b1e8e0f9c2658725 Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Mon, 16 Oct 2023 13:19:20 +0200 Subject: [PATCH] Change the reference of the backstage image to use the one released on public.ecr.aws by cnoe-io. #12 Signed-off-by: cmoulliard --- pkg/apps/srv/backstage/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apps/srv/backstage/install.yaml b/pkg/apps/srv/backstage/install.yaml index eee01922..643d1d69 100644 --- a/pkg/apps/srv/backstage/install.yaml +++ b/pkg/apps/srv/backstage/install.yaml @@ -92,7 +92,7 @@ spec: spec: containers: - name: backstage - image: backstage:1.0.0 + image: public.ecr.aws/cnoe-io/backstage:v0.0.3 imagePullPolicy: IfNotPresent ports: - name: http