Commit dc56644
committed
Makefile: use :latest tag for pushed bink image
This is subtle but by having the tag be `:latest`, K8s will use a
default of `Always` for the image pull policy:
https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
(We don't specify an explicit `imagePullPolicy` in our configs. We may
do that in the future, though there's trade-offs there to think about. I
think it depends a lot on the packaging/productization layers once we
get there. But I think the K8s defaults mostly make sense.)1 parent 9890452 commit dc56644
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments