Skip to content

Commit

Permalink
Revert pull policy
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Pattaswamy <[email protected]>
  • Loading branch information
kpattaswamy committed Nov 11, 2024
1 parent 16a1bd0 commit e32dd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nr-ebpf-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ebpfAgent:
# -- eBPF agent image to be deployed.
repository: us-west1-docker.pkg.dev/pl-dev-infra/nr-ebpf-agent-lp/ebpf-agent
# -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is also set to Always.
pullPolicy: Always
pullPolicy: IfNotPresent
# -- The tag of the eBPF agent image to be deployed.
tag: 0.0.5
resources:
Expand All @@ -83,7 +83,7 @@ ebpfClient:
# -- eBPF client image to be deployed.
repository: us-west1-docker.pkg.dev/pl-dev-infra/nr-ebpf-agent-lp/ebpf-client
# -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is set to Always.
pullPolicy: Always
pullPolicy: IfNotPresent
# -- The tag of the eBPF client image to be deployed.
tag: 0.0.7
resources:
Expand Down

0 comments on commit e32dd4b

Please sign in to comment.