Skip to content

Commit e7b55ee

Browse files
committed
update docs after rebasing to upstream/master
1 parent bf32d1e commit e7b55ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

charts/argo-cd/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,11 +1303,7 @@ NAME: my-release
13031303
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
13041304
| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
13051305
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
1306-
<<<<<<< HEAD
1307-
| dex.image.tag | string | `"v2.43.1"` | Dex image tag |
1308-
=======
13091306
| dex.image.tag | string | `"v2.44.0"` | Dex image tag |
1310-
>>>>>>> upstream/main
13111307
| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13121308
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
13131309
| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
@@ -1503,7 +1499,7 @@ The main options are listed here:
15031499
| redis-ha.haproxy.metrics.enabled | bool | `true` | HAProxy enable prometheus metric scraping |
15041500
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
15051501
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
1506-
| redis-ha.image.repository | string | `"public.ecr.aws.com/docker/library/redis"` | Redis repository |
1502+
| redis-ha.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
15071503
| redis-ha.image.tag | string | `"8.2.1-alpine"` | Redis tag |
15081504
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
15091505
| redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |

0 commit comments

Comments
 (0)