Skip to content

Commit aa7fa21

Browse files
committed
docs(helm): regenerate README with helm-docs
Signed-off-by: Enbiya Goral <100806254+enbiyagoral@users.noreply.github.com>
1 parent a1ef9d3 commit aa7fa21

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# argocd-agent-agent
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.1](https://img.shields.io/badge/AppVersion-0.4.1-informational?style=flat-square)
3+
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.1](https://img.shields.io/badge/AppVersion-v0.8.1-informational?style=flat-square)
44

55
Argo CD Agent for connecting managed clusters to a Principal
66

@@ -37,9 +37,9 @@ Kubernetes: `>=1.24.0-0`
3737
| enableResourceProxy | bool | `true` | Whether to enable resource proxy. |
3838
| enableWebSocket | bool | `false` | Whether to enable WebSocket connections. |
3939
| 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. |
4141
| 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. |
4343
| keepAliveInterval | string | `"50s"` | Keep-alive interval for connections. |
4444
| labelSelector | string | `""` | Kubernetes label selector to restrict which resources the agent watches. Only matching resources will be listed, watched, and processed. |
4545
| logFormat | string | `"text"` | Log format for the agent (text or json). |
@@ -115,4 +115,4 @@ Kubernetes: `>=1.24.0-0`
115115
| userPasswordSecretName | string | `"argocd-agent-agent-userpass"` | Name of the Secret containing agent username/password (if used). |
116116

117117
----------------------------------------------
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

Comments
 (0)