From f3224ef002510a0feecf3a3aaacf02b6be99d5aa Mon Sep 17 00:00:00 2001 From: Akash Gupta Date: Wed, 4 Dec 2024 22:55:07 +0530 Subject: [PATCH] upgrade tfy-agent to 0.2.44 (#844) * upgrade tfy-agent to 0.2.44 * Update README.md with readme-generator-for-helm Signed-off-by: akashg3627 --------- Signed-off-by: akashg3627 Co-authored-by: akashg3627 --- charts/tfy-agent/Chart.yaml | 2 +- charts/tfy-agent/README.md | 4 ++-- charts/tfy-agent/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tfy-agent/Chart.yaml b/charts/tfy-agent/Chart.yaml index fd2c6882..d0abd1f7 100644 --- a/charts/tfy-agent/Chart.yaml +++ b/charts/tfy-agent/Chart.yaml @@ -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 diff --git a/charts/tfy-agent/README.md b/charts/tfy-agent/README.md index 0e5b7667..a28d3d1c 100644 --- a/charts/tfy-agent/README.md +++ b/charts/tfy-agent/README.md @@ -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` | @@ -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` | diff --git a/charts/tfy-agent/values.yaml b/charts/tfy-agent/values.yaml index e744d784..28159f5a 100644 --- a/charts/tfy-agent/values.yaml +++ b/charts/tfy-agent/values.yaml @@ -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://`) ## @@ -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/