Skip to content

Commit

Permalink
[CI] Update tfy-agent chart values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GowthamG30 authored Dec 20, 2024
1 parent cc2bc00 commit a2ff8d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/tfy-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ tfyAgent:
##
pullPolicy: IfNotPresent
## @param tfyAgent.image.tag Overrides the image tag whose default is the chart appVersion.
tag: "8bea20bc72baae0ade2ec753362dbdf29df3a92e"
tag: "f73596ece32733ac85bac9b4e92ee311d85df549"

## Define resources requests and limits for single Pods.
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
Expand Down Expand Up @@ -321,7 +321,7 @@ tfyAgentProxy:
pullPolicy: IfNotPresent
## @param tfyAgentProxy.image.tag Image tag whose default is the chart appVersion.
##
tag: "fcfb8e398eb01f05fb72cd9115b9ec69a89b9cce"
tag: "f73596ece32733ac85bac9b4e92ee311d85df549"

## @param tfyAgentProxy.extraEnvVars Additional envrionment variables for tfyAgentPRoxy
##
Expand Down Expand Up @@ -419,7 +419,7 @@ tfyAgentProxy:
## @param tfyAgentProxy.serviceAccount.name Name of the serviceAccount to use. If not set and create is true, a name is generated using the fullname template
##
name: ""

## @param tfyAgentProxy.extraVolumes Extra volume for tfyAgentProxy container
##
extraVolumes: []
Expand Down

0 comments on commit a2ff8d4

Please sign in to comment.