Skip to content

Commit 8d131e8

Browse files
committed
generate helm-docs
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
1 parent 61a3f69 commit 8d131e8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

  • install/helm-repo/argocd-agent-agent

install/helm-repo/argocd-agent-agent/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Kubernetes: `>=1.24.0-0`
2222

2323
| Repository | Name | Version |
2424
|------------|------|---------|
25-
| https://argoproj.github.io/argo-helm | argocd(argo-cd) | 9.5.0 |
25+
| https://argoproj.github.io/argo-helm | argocd(argo-cd) | 9.5.2 |
2626

2727
## Values
2828

@@ -35,10 +35,15 @@ Kubernetes: `>=1.24.0-0`
3535
| argoCdRedisPasswordKey | string | `"auth"` | ArgoCD Redis password key. |
3636
| argoCdRedisSecretName | string | `"argocd-redis"` | ArgoCD Redis password secret name. |
3737
| argocd.applicationSet | object | `{"replicas":0}` | argo-helm does not expose `applicationSet.enabled`;use 0 replicas to disable the Argo CD applicationSet Deployment. |
38+
| argocd.configs.secret.createSecret | bool | `false` | Disable subchart's argocd-secret creation; the parent chart manages it with an auto-generated server.secretkey (see templates/argocd-secret.yaml). |
39+
| argocd.configs.secret.extra | object | `{}` | |
3840
| argocd.dex | object | `{"enabled":false}` | disable dex |
3941
| argocd.global.image.repository | string | `"quay.io/argoproj/argocd"` | Argo CD image repository (change for a private or custom registry mirror). |
4042
| argocd.global.image.tag | string | `"v3.3.6"` | Argo CD image tag; keep in sync with `github.com/argoproj/argo-cd/v3` in the repo go.mod. |
4143
| argocd.notifications | object | `{"enabled":false}` | Disable the Argo CD notifications controller (`notifications.enabled` in argo-helm). |
44+
| argocd.redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis image repository (change for a private or custom registry mirror). |
45+
| argocd.redis.image.tag | string | `"8.2.3-alpine"` | Redis image tag. |
46+
| argocd.repoServer.copyutil.extraArgs | string | `""` | Clear default copyutil extra args to avoid issues when repo-server is bundled. |
4247
| argocd.server.replicas | int | `0` | argo-helm does not expose `server.enabled`; use 0 replicas to disable the Argo CD API/UI Deployment. |
4348
| auth | string | `"mtls:any"` | Authentication mode for connecting to the principal. |
4449
| cacheRefreshInterval | string | `"10s"` | Cache refresh interval. |
@@ -47,7 +52,8 @@ Kubernetes: `>=1.24.0-0`
4752
| enableCompression | bool | `false` | Whether to enable gRPC compression. |
4853
| enableResourceProxy | bool | `true` | Whether to enable resource proxy. |
4954
| enableWebSocket | bool | `false` | Whether to enable WebSocket connections. |
50-
| global | object | `{"imagePullSecrets":[]}` | Helm `global` values merged into subcharts. Set `global.imagePullSecrets` when you need registry credentials on the agent ServiceAccount and on the bundled argo-cd chart (`argoCD.enabled` is true). |
55+
| global | object | `{"imagePullSecrets":[],"namespaceOverride":""}` | Helm `global` values merged into subcharts. Set `global.imagePullSecrets` when you need registry credentials on the agent ServiceAccount and on the bundled argo-cd chart (`argoCD.enabled` is true). |
56+
| global.namespaceOverride | string | `""` | Override namespace for the agent AND the bundled argo-cd subchart. This is the recommended way to deploy both charts into a non-release namespace. |
5157
| healthzPort | string | `"8002"` | Healthz server port exposed by the agent. |
5258
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the agent container. |
5359
| image.repository | string | `"ghcr.io/argoproj-labs/argocd-agent/argocd-agent"` | Container image repository for the agent. |
@@ -57,7 +63,7 @@ Kubernetes: `>=1.24.0-0`
5763
| logFormat | string | `"text"` | Log format for the agent (text or json). |
5864
| logLevel | string | `"info"` | Log level for the agent. |
5965
| metricsPort | string | `"8181"` | Metrics server port exposed by the agent. |
60-
| namespaceOverride | string | `""` | Override namespace to deploy the agent into. Leave empty to use the release namespace. |
66+
| namespaceOverride | Deprecated: use global.namespaceOverride | `""` | Override namespace for the agent chart only. When set, takes precedence over global.namespaceOverride for agent resources, but does NOT propagate to the bundled argo-cd subchart. Prefer global.namespaceOverride. |
6167
| nodeSelector | object | `{}` | Node selector for scheduling the agent Pod. |
6268
| podAnnotations | object | `{}` | Additional annotations to add to the agent Pod. |
6369
| podLabels | object | `{}` | Additional labels to add to the agent Pod. |

0 commit comments

Comments
 (0)