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:
crabique 2022-04-22 01:02:13 +03:00 committed by GitHub
parent 5d6442b4be
commit 21b9f14889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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"