Skip to content

Commit 6e3423a

Browse files
authored
Fixing redis image in test case (#976)
Signed-off-by: Rohit Aggarwal <[email protected]> Co-authored-by: Rohit Aggarwal <[email protected]>
1 parent 2715305 commit 6e3423a

File tree

1 file changed

+1
-1
lines changed
  • examples/gitops/redis-with-configmap

1 file changed

+1
-1
lines changed

examples/gitops/redis-with-configmap/redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
containers:
2121
- name: redis
22-
image: registry.k8s.io/redis:e2e
22+
image: registry.k8s.io/redis@sha256:cb111d1bd870a6a471385a4a69ad17469d326e9dd91e0e455350cacf36e1b3ee
2323
ports:
2424
- containerPort: 6379
2525
resources:

0 commit comments

Comments
 (0)