Skip to content

Commit

Permalink
fix: migrate from k8s.gcr.io to registry.k8s.io (#554)
Browse files Browse the repository at this point in the history
This fix is a part of an umbrella issue kubernetes/k8s.io#4780
  • Loading branch information
CIPHERTron authored Mar 8, 2023
1 parent bcb65c6 commit 276dd2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/redis.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 276dd2e

Please sign in to comment.