Skip to content

Commit

Permalink
Fixing redis image in test case (#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Aggarwal <[email protected]>
Co-authored-by: Rohit Aggarwal <[email protected]>
  • Loading branch information
rohitagg2020 and Rohit Aggarwal committed Jul 4, 2024
1 parent 2715305 commit 6e3423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gitops/redis-with-configmap/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
containers:
- name: redis
image: registry.k8s.io/redis:e2e
image: registry.k8s.io/redis@sha256:cb111d1bd870a6a471385a4a69ad17469d326e9dd91e0e455350cacf36e1b3ee
ports:
- containerPort: 6379
resources:
Expand Down

0 comments on commit 6e3423a

Please sign in to comment.