keepalived: Update container image tag
The _dev_ tag has gone away, but this image has CI now, so a _latest_ tag is available instead.
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- | # bash
|
||||||
printf '$INTERFACE=%s\n' \
|
printf '$INTERFACE=%s\n' \
|
||||||
$(ip route | awk '/^default via/{print $5}') \
|
$(ip route | awk '/^default via/{print $5}') \
|
||||||
> /run/keepalived.interface
|
> /run/keepalived.interface
|
||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
subPath: run
|
subPath: run
|
||||||
containers:
|
containers:
|
||||||
- name: keepalived
|
- name: keepalived
|
||||||
image: git.pyrocufflink.net/containerimages/keepalived:dev
|
image: git.pyrocufflink.net/containerimages/keepalived
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- keepalived
|
- keepalived
|
||||||
|
|||||||
Reference in New Issue
Block a user