Switch redis from k8s.gcr.io to registry.k8s.io

This commit is contained in:
Mario Manno
2023-03-03 15:10:53 +01:00
parent 694894cbef
commit 91e986032e
33 changed files with 34 additions and 34 deletions

View File

@@ -54,7 +54,7 @@ spec:
tier: backend
spec:
containers:
- image: k8s.gcr.io/redis:e2e
- image: registry.k8s.io/redis:e2e
name: master
ports:
- containerPort: 6379