Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts/redis-ha] fix: redis and haproxy and busybox image was migrated from docker hub to public ecr for docker hub rate limit #214

Merged
merged 5 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading