@@ -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 |
@@ -1010,7 +1010,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
10101010| notifications.cm.create | bool | `true` | Whether helm chart creates controller config map |
10111011| notifications.containerSecurityContext | object | `{}` | Container Security Context |
10121012| notifications.context | object | `{}` | Define user-defined context |
1013- | notifications.enabled | bool | `true ` | Enable notifications controller |
1013+ | notifications.enabled | bool | `false ` | Enable notifications controller |
10141014| notifications.extraArgs | list | `[]` | Extra arguments to provide to the controller |
10151015| notifications.extraEnv | list | `[]` | Additional container environment variables |
10161016| notifications.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the controller |
0 commit comments