Skip to content

Commit

Permalink
Merge pull request carvel-dev#948 from rcmadhankumar/fix-redis
Browse files Browse the repository at this point in the history
Update redis image to the latest version in the examples
  • Loading branch information
rcmadhankumar authored May 2, 2024
2 parents e7f1085 + cc48fa8 commit 73018fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gitops/guestbook/all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: primary
image: registry.k8s.io/redis:e2e #! or just image: redis
image: registry.k8s.io/redis@sha256:cb111d1bd870a6a471385a4a69ad17469d326e9dd91e0e455350cacf36e1b3ee #! or just image: redis
resources:
requests:
cpu: 120m
Expand Down
2 changes: 1 addition & 1 deletion examples/sts-alternative/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 73018fd

Please sign in to comment.