Skip to content

Commit

Permalink
Use latest image for test
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaBrigitte committed May 10, 2024
1 parent 1eb0c48 commit 691136c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18566,7 +18566,7 @@ spec:
},
],
"Essential": true,
"Image": "ghcr.io/guardian/service-catalogue/prisma-migrate@sha256:e6f91889e8ce77923127f20137a152ec4cd11a8cb53c51dc364d284ba69f3470",
"Image": "ghcr.io/guardian/service-catalogue/prisma-migrate:latest",
"LogConfiguration": {
"LogDriver": "awsfirelens",
"Options": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/lib/cloudquery/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Images = {
// 'ghcr.io/guardian/service-catalogue/prisma-migrate:stable',
// ),
prismaMigrate: ContainerImage.fromRegistry(
'ghcr.io/guardian/service-catalogue/prisma-migrate@sha256:e6f91889e8ce77923127f20137a152ec4cd11a8cb53c51dc364d284ba69f3470',
'ghcr.io/guardian/service-catalogue/prisma-migrate:latest',
),
otelCollector: ContainerImage.fromRegistry(
'public.ecr.aws/aws-observability/aws-otel-collector:v0.35.0',
Expand Down

0 comments on commit 691136c

Please sign in to comment.