diff --git a/src/redis.ts b/src/redis.ts index aaebd07..73a3ce2 100644 --- a/src/redis.ts +++ b/src/redis.ts @@ -30,7 +30,7 @@ export class Redis extends Construct { super(scope, id); const primary = new ServiceDeployment(this, 'primary', { - image: 'k8s.gcr.io/redis:e2e', + image: 'registry.k8s.io/redis:e2e', containerPort: 6379, externalPort: 6379, containerName: 'primary', diff --git a/test/__snapshots__/redis.test.ts.snap b/test/__snapshots__/redis.test.ts.snap index abdb357..66f9067 100644 --- a/test/__snapshots__/redis.test.ts.snap +++ b/test/__snapshots__/redis.test.ts.snap @@ -56,7 +56,7 @@ Array [ "value": "dns", }, ], - "image": "k8s.gcr.io/redis:e2e", + "image": "registry.k8s.io/redis:e2e", "name": "primary", "ports": Array [ Object { @@ -211,7 +211,7 @@ Array [ "value": "dns", }, ], - "image": "k8s.gcr.io/redis:e2e", + "image": "registry.k8s.io/redis:e2e", "name": "primary", "ports": Array [ Object {