File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
hostNetwork : true
21
21
containers :
22
22
- name : ironic-dnsmasq
23
- image : quay.io/metal3-io/ironic
23
+ image : quay.io/metal3-io/ironic:release-26.0
24
24
imagePullPolicy : Always
25
25
securityContext :
26
26
# Must be true so dnsmasq may get the capabilities via file caps
61
61
- configMapRef :
62
62
name : ironic-bmo-configmap
63
63
- name : ironic
64
- image : quay.io/metal3-io/ironic
64
+ image : quay.io/metal3-io/ironic:release-26.0
65
65
imagePullPolicy : Always
66
66
command :
67
67
- /bin/runironic
96
96
runAsUser : 997 # ironic
97
97
runAsGroup : 994 # ironic
98
98
- name : ironic-log-watch
99
- image : quay.io/metal3-io/ironic
99
+ image : quay.io/metal3-io/ironic:release-26.0
100
100
imagePullPolicy : Always
101
101
command :
102
102
- /bin/runlogwatch.sh
@@ -112,7 +112,7 @@ spec:
112
112
runAsUser : 997 # ironic
113
113
runAsGroup : 994 # ironic
114
114
- name : ironic-httpd
115
- image : quay.io/metal3-io/ironic
115
+ image : quay.io/metal3-io/ironic:release-26.0
116
116
imagePullPolicy : Always
117
117
command :
118
118
- /bin/runhttpd
You can’t perform that action at this time.
0 commit comments