Skip to content

Commit f62f217

Browse files
committed
dnsmasq switch to new image
1 parent a26965d commit f62f217

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

components/ironic/dnsmasq-ss.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
hostNetwork: true
3939
containers:
4040
- name: dnsmasq
41-
image: ghcr.io/rackerlabs/understack/dnsmasq:latest
41+
image: ghcr.io/rackerlabs/understack/dnsmasq:pr-2136
4242
securityContext:
4343
allowPrivilegeEscalation: false
4444
readOnlyRootFilesystem: true
@@ -47,7 +47,8 @@ spec:
4747
add: ["NET_ADMIN", "NET_RAW"]
4848
args:
4949
- /usr/sbin/dnsmasq
50-
- '--no-daemon'
50+
- "--no-daemon"
51+
- "--conf-poll"
5152
envFrom:
5253
- configMapRef:
5354
name: ironic-dnsmasq

0 commit comments

Comments
 (0)