diff --git a/charts/tfy-agent/Chart.yaml b/charts/tfy-agent/Chart.yaml index d0abd1f7..1f2358a9 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.44 +version: 0.2.45 # 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 a28d3d1c..e7ec5011 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. | `e17d439d581f1568dd8af6d652e5ca250057cf8f` | +| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `90b1a98dd017206a85c0e3406c87560bd763703b` | | `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 28159f5a..3b1d4bdb 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: "e17d439d581f1568dd8af6d652e5ca250057cf8f" + tag: "90b1a98dd017206a85c0e3406c87560bd763703b" ## Define resources requests and limits for single Pods. ## ref: https://kubernetes.io/docs/user-guide/compute-resources/