Skip to content

Commit

Permalink
upgrade tfy-agent to 0.2.44 (#844)
Browse files Browse the repository at this point in the history
* upgrade tfy-agent to 0.2.44

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

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

---------

Signed-off-by: akashg3627 <[email protected]>
Co-authored-by: akashg3627 <[email protected]>
  • Loading branch information
akashg3627 and akashg3627 authored Dec 4, 2024
1 parent 1488fb9 commit f3224ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.43
version: 0.2.44

# 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
4 changes: 2 additions & 2 deletions charts/tfy-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If your control plane URL is using self-signed CA certificate, follow these step
| `config.clusterTokenSecret` | Secret of token to connect to control plane, secret key must be `CLUSTER_TOKEN`. This overrides config.clusterToken | `""` |
| `config.controlPlaneURL` | URL of the control plane to connect agent (format: `https://`) | `""` |
| `config.tenantName` | Tenant Name | `""` |
| `config.controlPlaneNatsClusterIP` | ClusterIP at which nats should connect | `ws://truefoundry-nats.truefoundry.svc.cluster.local:443` |
| `config.controlPlaneNatsClusterIP` | ClusterIP at which nats should connect | `ws://truefoundry-nats.truefoundry.svc.cluster.local:8080` |
| `config.controlPlaneClusterIP` | ClusterIP of the control plane to connect agent (format: `http://`) | `http://truefoundry-truefoundry-frontend-app.truefoundry.svc.cluster.local:5000` |
| `config.controlPlaneControllerClusterIP` | ClusterIP of the control plane controller to connect proxy (format: `http://`) | `http://truefoundry-tfy-controller.truefoundry.svc.cluster.local:8123` |
| `config.opencost.pollInterval` | Time in milliseconds for opencost scraping | `180000` |
Expand Down 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. | `abdd060d96379a09bed4d6c2ab7516a11e154bfa` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `e17d439d581f1568dd8af6d652e5ca250057cf8f` |
| `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
4 changes: 2 additions & 2 deletions charts/tfy-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config:

## @param config.controlPlaneNatsClusterIP ClusterIP at which nats should connect
##
controlPlaneNatsClusterIP: "ws://truefoundry-nats.truefoundry.svc.cluster.local:443"
controlPlaneNatsClusterIP: "ws://truefoundry-nats.truefoundry.svc.cluster.local:8080"

## @param config.controlPlaneClusterIP ClusterIP of the control plane to connect agent (format: `http://`)
##
Expand Down Expand Up @@ -169,7 +169,7 @@ tfyAgent:
##
pullPolicy: IfNotPresent
## @param tfyAgent.image.tag Overrides the image tag whose default is the chart appVersion.
tag: "abdd060d96379a09bed4d6c2ab7516a11e154bfa"
tag: "e17d439d581f1568dd8af6d652e5ca250057cf8f"

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

0 comments on commit f3224ef

Please sign in to comment.