Skip to content

Commit

Permalink
release tfy-agent 0.2.46 (#875)
Browse files Browse the repository at this point in the history
* Update values.yaml

* Update README.md with readme-generator-for-helm

Signed-off-by: akashg3627 <[email protected]>

* Update Chart.yaml

---------

Signed-off-by: akashg3627 <[email protected]>
Co-authored-by: akashg3627 <[email protected]>
  • Loading branch information
akashg3627 and akashg3627 authored Dec 17, 2024
1 parent c729fef commit 6d71a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.45
version: 0.2.46

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion 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. | `90b1a98dd017206a85c0e3406c87560bd763703b` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `8bea20bc72baae0ade2ec753362dbdf29df3a92e` |
| `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
2 changes: 1 addition & 1 deletion charts/tfy-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ tfyAgent:
##
pullPolicy: IfNotPresent
## @param tfyAgent.image.tag Overrides the image tag whose default is the chart appVersion.
tag: "90b1a98dd017206a85c0e3406c87560bd763703b"
tag: "8bea20bc72baae0ade2ec753362dbdf29df3a92e"

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

0 comments on commit 6d71a87

Please sign in to comment.