@@ -354,7 +354,7 @@ NAME: my-release
354354| global.additionalLabels | object | `{}` | Additional labels to add to all resources |
355355| global.hostAliases | list | `[]` | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files |
356356| global.image.imagePullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all Argo CD deployments |
357- | global.image.repository | string | `"quay.io/argoproj /argocd"` | If defined, a repository applied to all Argo CD deployments |
357+ | global.image.repository | string | `"quay.io/codefresh /argocd"` | If defined, a repository applied to all Argo CD deployments |
358358| global.image.tag | string | `""` | Overrides the global Argo CD image tag whose default is the chart appVersion |
359359| global.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry |
360360| global.logging.format | string | `"text"` | Set the global logging format. Either : ` text` or `json` |
@@ -816,8 +816,8 @@ server:
816816| redis.extraArgs | list | `[]` | Additional command line arguments to pass to redis-server |
817817| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
818818| redis.image.imagePullPolicy | string | `"IfNotPresent"` | Redis imagePullPolicy |
819- | redis.image.repository | string | `"public.ecr.aws/docker/library /redis"` | Redis repository |
820- | redis.image.tag | string | `"7.0.5 -alpine"` | Redis tag |
819+ | redis.image.repository | string | `"quay.io/codefresh /redis"` | Redis repository |
820+ | redis.image.tag | string | `"7.0.4 -alpine"` | Redis tag |
821821| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
822822| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
823823| redis.metrics.containerPort | int | `9121` | Port to use for redis-exporter sidecar |
0 commit comments