From 0725ec8cc04bc249e21f1452dad66a6d1558ab1c Mon Sep 17 00:00:00 2001 From: Akash Gupta Date: Wed, 20 Nov 2024 21:39:03 +0530 Subject: [PATCH 1/2] release tfy-agent 0.2.42 --- charts/tfy-agent/Chart.yaml | 2 +- charts/tfy-agent/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tfy-agent/Chart.yaml b/charts/tfy-agent/Chart.yaml index 7dc9f7cd..0beb05a1 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.41 +version: 0.2.42 # 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/values.yaml b/charts/tfy-agent/values.yaml index b771a3bc..87302259 100644 --- a/charts/tfy-agent/values.yaml +++ b/charts/tfy-agent/values.yaml @@ -170,7 +170,7 @@ tfyAgent: ## pullPolicy: IfNotPresent ## @param tfyAgent.image.tag Overrides the image tag whose default is the chart appVersion. - tag: "b7a85faf54863674a1ad635896ecc83e4680d168" + tag: "abdd060d96379a09bed4d6c2ab7516a11e154bfa" ## Define resources requests and limits for single Pods. ## ref: https://kubernetes.io/docs/user-guide/compute-resources/ From 5f763c11a14b7c9e2c25a15ee5f6ccb3a2ee2806 Mon Sep 17 00:00:00 2001 From: akashg3627 Date: Wed, 20 Nov 2024 16:09:33 +0000 Subject: [PATCH 2/2] Update README.md with readme-generator-for-helm Signed-off-by: akashg3627 --- charts/tfy-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tfy-agent/README.md b/charts/tfy-agent/README.md index 885c6d4d..8f09d7ad 100644 --- a/charts/tfy-agent/README.md +++ b/charts/tfy-agent/README.md @@ -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. | `b7a85faf54863674a1ad635896ecc83e4680d168` | +| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `abdd060d96379a09bed4d6c2ab7516a11e154bfa` | | `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` |