Skip to content

Commit

Permalink
[charts/redis-ha] Add AWS ECR Public repo to prevent rate-limiting
Browse files Browse the repository at this point in the history
* fix(redis-ha): redis image was migrated from docker hub to public ecr for docker hub rate limit

Signed-off-by: kahirokunn <[email protected]>

* fix(redis-ha): haproxy image was migrated from docker hub to public ecr for docker hub rate limit

Signed-off-by: kahirokunn <[email protected]>

* fix(redis-ha): busybox image was migrated from docker hub to public ecr for docker hub rate limit

Signed-off-by: kahirokunn <[email protected]>

* Update values.yaml

---------

Signed-off-by: kahirokunn <[email protected]>
Co-authored-by: Aaron Layfield <[email protected]>
  • Loading branch information
kahirokunn and DandyDeveloper authored Apr 8, 2024
1 parent 6bf9e46 commit 0fe831e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- redis
- keyvalue
- database
version: 4.26.5
version: 4.26.6
appVersion: 7.2.4
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
6 changes: 3 additions & 3 deletions charts/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
image:
repository: redis
repository: public.ecr.aws/docker/library/redis
tag: 7.2.4-alpine
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -86,7 +86,7 @@ haproxy:
# maxSurge: 25%
# maxUnavailable: 25%
image:
repository: haproxy
repository: public.ecr.aws/docker/library/haproxy
tag: 2.9.4-alpine
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -247,7 +247,7 @@ rbac:
sysctlImage:
enabled: false
command: []
registry: docker.io
registry: public.ecr.aws/docker/library
repository: busybox
tag: 1.34.1
pullPolicy: Always
Expand Down

0 comments on commit 0fe831e

Please sign in to comment.