Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade tfy-agent to 0.2.44 #844

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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