Skip to content

Commit

Permalink
fix: always pull new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Freeland committed Dec 22, 2020
1 parent 75dea8a commit 9a067fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ec2-network-monitor-0.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
args:
- "-host"
- $(DD_AGENT_HOST):8125
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
resources:
limits:
memory: 20Mi
Expand Down

0 comments on commit 9a067fb

Please sign in to comment.