Skip to content

Commit

Permalink
Update README.md with readme-generator-for-helm
Browse files Browse the repository at this point in the history
Signed-off-by: innoavator <[email protected]>
  • Loading branch information
innoavator committed Jan 7, 2025
1 parent eff40cc commit 86b32eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/tfy-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ If your control plane URL is using self-signed CA certificate, follow these step
| `tfyAgent.service.type` | Type for tfyAgent Service | `ClusterIP` |
| `tfyAgent.image.repository` | tfyAgent repository | `tfy.jfrog.io/tfy-images/tfy-agent` |
| `tfyAgent.image.pullPolicy` | Pull policy for tfyAgent | `IfNotPresent` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `4320a4bcd6068b1df0e5305899f49d4c16652d1e` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `57913e5a23d1bc0416ab86cf9ad6cdc1524e3dfc` |
| `tfyAgent.resources.limits.cpu` | CPU resource limits for tfyAgent container. Advised to only increase the limits and not decrease it | `500m` |
| `tfyAgent.resources.limits.memory` | Memory Resource limits for tfyAgent container. Advised to only increase the limits and not decrease it | `1024Mi` |
| `tfyAgent.resources.limits.ephemeral-storage` | Ephemeral storage Resource limits for tfyAgent container. Advised to only increase the limits and not decrease it | `256Mi` |
Expand Down Expand Up @@ -167,7 +167,7 @@ If your control plane URL is using self-signed CA certificate, follow these step
| `tfyAgentProxy.annotations` | Add annotations to tfyAgentProxy pods | `{}` |
| `tfyAgentProxy.image.repository` | tfyAgentProxy repository | `tfy.jfrog.io/tfy-images/tfy-agent-proxy` |
| `tfyAgentProxy.image.pullPolicy` | Pull policy for tfyAgentProxy | `IfNotPresent` |
| `tfyAgentProxy.image.tag` | Image tag whose default is the chart appVersion. | `fcfb8e398eb01f05fb72cd9115b9ec69a89b9cce` |
| `tfyAgentProxy.image.tag` | Image tag whose default is the chart appVersion. | `57913e5a23d1bc0416ab86cf9ad6cdc1524e3dfc` |
| `tfyAgentProxy.extraEnvVars` | Additional envrionment variables for tfyAgentPRoxy | `[]` |
| `tfyAgentProxy.resources.limits.cpu` | CPU resource limits for tfyAgentProxy container. Advised to only increase the limits and not decrease it | `500m` |
| `tfyAgentProxy.resources.limits.memory` | Memory Resource limits for tfyAgentProxy container. Advised to only increase the limits and not decrease it | `512Mi` |
Expand Down

0 comments on commit 86b32eb

Please sign in to comment.