Skip to content

Commit

Permalink
fix(redis-ha): busybox image was migrated from docker hub to public e…
Browse files Browse the repository at this point in the history
…cr for docker hub rate limit

Signed-off-by: kahirokunn <[email protected]>
  • Loading branch information
kahirokunn committed Jul 29, 2022
1 parent fe7b8bd commit 927c294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- redis
- keyvalue
- database
version: 4.17.4
version: 4.17.5
appVersion: 6.2.5
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
Expand Down
2 changes: 1 addition & 1 deletion charts/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ rbac:
sysctlImage:
enabled: false
command: []
registry: docker.io
registry: public.ecr.aws/docker/library
repository: busybox
tag: 1.31.1
pullPolicy: Always
Expand Down

0 comments on commit 927c294

Please sign in to comment.