From 7e4ece0d3560af613eb84032b7ed057d999845c2 Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Mon, 16 Oct 2023 19:33:29 +0200 Subject: [PATCH] Change the reference of the backstage image to use the one released on public.ecr.aws by cnoe-io. #12 (#26) 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