Skip to content

Commit

Permalink
Update values.yaml (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashg3627 authored Oct 23, 2023
1 parent 63b659a commit 0f24cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Tfy-agent is an applications that gets deployed on the kubernetes cluster to con
| `tfyAgent.service.type` | Type for tfyAgent Service | `ClusterIP` |
| `tfyAgent.image.repository` | tfyAgent repository | `truefoundrycloud/tfy-agent` |
| `tfyAgent.image.pullPolicy` | Pull policy for tfyAgent | `IfNotPresent` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `a8de8aaf467cc3278c782714f45b0ea6fc10b587` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `90165229fdaa6077da34d531a8596babbae9948c` |
| `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 | `512Mi` |
| `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
2 changes: 1 addition & 1 deletion charts/tfy-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ tfyAgent:
##
pullPolicy: IfNotPresent
## @param tfyAgent.image.tag Overrides the image tag whose default is the chart appVersion.
tag: "9bc9b01522f354083b8d0b9b934f634953d8183a"
tag: "90165229fdaa6077da34d531a8596babbae9948c"

## Define resources requests and limits for single Pods.
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
Expand Down

0 comments on commit 0f24cf0

Please sign in to comment.