Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade tfy-agent 0.2.41 #809

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tfy-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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` |
Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
##
Expand Down