diff --git a/charts/tfy-agent/Chart.yaml b/charts/tfy-agent/Chart.yaml index 1f2358a9..2f0fb8a7 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.45 +version: 0.2.46 # 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 e7ec5011..db889521 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. | `90b1a98dd017206a85c0e3406c87560bd763703b` | +| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `8bea20bc72baae0ade2ec753362dbdf29df3a92e` | | `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 3b1d4bdb..47e63f83 100644 --- a/charts/tfy-agent/values.yaml +++ b/charts/tfy-agent/values.yaml @@ -169,7 +169,7 @@ tfyAgent: ## pullPolicy: IfNotPresent ## @param tfyAgent.image.tag Overrides the image tag whose default is the chart appVersion. - tag: "90b1a98dd017206a85c0e3406c87560bd763703b" + tag: "8bea20bc72baae0ade2ec753362dbdf29df3a92e" ## Define resources requests and limits for single Pods. ## ref: https://kubernetes.io/docs/user-guide/compute-resources/