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

@@ -156,7 +156,7 @@ spec:
spec:
containers:
- name: master
image: k8s.gcr.io/redis:e2e
image: registry.k8s.io/redis:e2e
resources:
requests:
cpu: 100m