Skip to content

Commit

Permalink
examples: pull the hubble cli image only IfNotPresent
Browse files Browse the repository at this point in the history
[ upstream commit 69b2faf ]

Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
Signed-off-by: Nate Sweet <nathanjsweet@pm.me>
  • Loading branch information
kaworu authored and nathanjsweet committed Jun 16, 2021
1 parent a191fb8 commit b289b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hubble/hubble-cli.yaml
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: hubble-cli
image: quay.io/cilium/hubble:v0.8.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- tail
args:
Expand Down

0 comments on commit b289b4e

Please sign in to comment.