|
1 | 1 | # argocd-agent-agent |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Argo CD Agent for connecting managed clusters to a Principal |
6 | 6 |
|
@@ -37,9 +37,9 @@ Kubernetes: `>=1.24.0-0` |
37 | 37 | | enableResourceProxy | bool | `true` | Whether to enable resource proxy. | |
38 | 38 | | enableWebSocket | bool | `false` | Whether to enable WebSocket connections. | |
39 | 39 | | healthzPort | string | `"8002"` | Healthz server port exposed by the agent. | |
40 | | -| image.pullPolicy | string | `"Always"` | Image pull policy for the agent container. | |
| 40 | +| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the agent container. | |
41 | 41 | | image.repository | string | `"ghcr.io/argoproj-labs/argocd-agent/argocd-agent"` | Container image repository for the agent. | |
42 | | -| image.tag | string | `"latest"` | Container image tag for the agent. | |
| 42 | +| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | |
43 | 43 | | keepAliveInterval | string | `"50s"` | Keep-alive interval for connections. | |
44 | 44 | | labelSelector | string | `""` | Kubernetes label selector to restrict which resources the agent watches. Only matching resources will be listed, watched, and processed. | |
45 | 45 | | logFormat | string | `"text"` | Log format for the agent (text or json). | |
@@ -115,4 +115,4 @@ Kubernetes: `>=1.24.0-0` |
115 | 115 | | userPasswordSecretName | string | `"argocd-agent-agent-userpass"` | Name of the Secret containing agent username/password (if used). | |
116 | 116 |
|
117 | 117 | ---------------------------------------------- |
118 | | -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) |
| 118 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments