fix(argo-cd): redis-exporter image was migrated from quay.io to docker hub (#1235)
* change quay.io to docker.io as bitnami migrated all images there Signed-off-by: crabique <alexey.korotkov@namecheap.com> * Apply suggestions from code review Co-authored-by: Marko Bevc <marko.bevc@gmail.com> Signed-off-by: crabique <alexey.korotkov@namecheap.com> Co-authored-by: crabique <alexey.korotkov@namecheap.com> Co-authored-by: Marko Bevc <marko.bevc@gmail.com>
This commit is contained in:
parent
5d6442b4be
commit
21b9f14889
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.3.3
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.5.4
|
||||
version: 4.5.5
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: added ImagePullPolicy to repo server's init containers"
|
||||
- "[Changed]: changed redis-exporter repository to docker hub as bitami migrated their images off quay"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue