diff --git a/packages/cdk/lib/__snapshots__/service-catalogue.test.ts.snap b/packages/cdk/lib/__snapshots__/service-catalogue.test.ts.snap index 4cd6e3b1b..217f94fa4 100644 --- a/packages/cdk/lib/__snapshots__/service-catalogue.test.ts.snap +++ b/packages/cdk/lib/__snapshots__/service-catalogue.test.ts.snap @@ -321,7 +321,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -962,7 +962,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -1617,7 +1617,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -2234,7 +2234,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -3111,7 +3111,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -3570,7 +3570,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -4239,7 +4239,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -4896,7 +4896,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -5490,7 +5490,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -6137,7 +6137,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -6814,7 +6814,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -7631,7 +7631,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -8079,7 +8079,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -8927,7 +8927,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -9374,7 +9374,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -10069,7 +10069,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -10725,7 +10725,7 @@ spec: }, "Type": "fluentbit", }, - "Image": "ghcr.io/guardian/hackday-firelens:main", + "Image": "ghcr.io/guardian/devx-logs:main", "LogConfiguration": { "LogDriver": "awslogs", "Options": { diff --git a/packages/cdk/lib/ecs/task.ts b/packages/cdk/lib/ecs/task.ts index 5a8deec3e..0dd102ced 100644 --- a/packages/cdk/lib/ecs/task.ts +++ b/packages/cdk/lib/ecs/task.ts @@ -29,7 +29,7 @@ const cloudqueryImage = ContainerImage.fromRegistry( ); const firelensImage = ContainerImage.fromRegistry( - 'ghcr.io/guardian/hackday-firelens:main', + 'ghcr.io/guardian/devx-logs:main', ); export interface ScheduledCloudqueryTaskProps