From 454d07aea0de266aa3db08edab5dd3cd9269ea15 Mon Sep 17 00:00:00 2001 From: Akash Gupta Date: Wed, 20 Nov 2024 18:26:06 +0530 Subject: [PATCH 1/2] upgrade tfy-agent 0.2.41 --- charts/tfy-agent/Chart.yaml | 2 +- charts/tfy-agent/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tfy-agent/Chart.yaml b/charts/tfy-agent/Chart.yaml index 0bbd5eba..7dc9f7cd 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.40 +version: 0.2.41 # 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 09fb9007..b771a3bc 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: "29b288e0b59ba09cdd4bf51ef97c86bfdcf1e626" + tag: "b7a85faf54863674a1ad635896ecc83e4680d168" ## Define resources requests and limits for single Pods. ## ref: https://kubernetes.io/docs/user-guide/compute-resources/ @@ -322,7 +322,7 @@ tfyAgentProxy: pullPolicy: IfNotPresent ## @param tfyAgentProxy.image.tag Image tag whose default is the chart appVersion. ## - tag: "0823e317799add6beaaa4037b81068f6c25f3bf7" + tag: "fcfb8e398eb01f05fb72cd9115b9ec69a89b9cce" ## @param tfyAgentProxy.extraEnvVars Additional envrionment variables for tfyAgentPRoxy ## From db5ec426ebf04bfb3406c3ab356377dd342941b6 Mon Sep 17 00:00:00 2001 From: akashg3627 Date: Wed, 20 Nov 2024 12:56:31 +0000 Subject: [PATCH 2/2] Update README.md with readme-generator-for-helm Signed-off-by: akashg3627 --- charts/tfy-agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tfy-agent/README.md b/charts/tfy-agent/README.md index 0534edb3..885c6d4d 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. | `29b288e0b59ba09cdd4bf51ef97c86bfdcf1e626` | +| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `b7a85faf54863674a1ad635896ecc83e4680d168` | | `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` | @@ -167,7 +167,7 @@ If your control plane URL is using self-signed CA certificate, follow these step | `tfyAgentProxy.annotations` | Add annotations to tfyAgentProxy pods | `{}` | | `tfyAgentProxy.image.repository` | tfyAgentProxy repository | `tfy.jfrog.io/tfy-images/tfy-agent-proxy` | | `tfyAgentProxy.image.pullPolicy` | Pull policy for tfyAgentProxy | `IfNotPresent` | -| `tfyAgentProxy.image.tag` | Image tag whose default is the chart appVersion. | `0823e317799add6beaaa4037b81068f6c25f3bf7` | +| `tfyAgentProxy.image.tag` | Image tag whose default is the chart appVersion. | `fcfb8e398eb01f05fb72cd9115b9ec69a89b9cce` | | `tfyAgentProxy.extraEnvVars` | Additional envrionment variables for tfyAgentPRoxy | `[]` | | `tfyAgentProxy.resources.limits.cpu` | CPU resource limits for tfyAgentProxy container. Advised to only increase the limits and not decrease it | `500m` | | `tfyAgentProxy.resources.limits.memory` | Memory Resource limits for tfyAgentProxy container. Advised to only increase the limits and not decrease it | `512Mi` |