Skip to content

Commit 1941c2a

Browse files
Merge pull request #1928 from Nordix/mquhuy/pin-ironic-release-26
🌱 Pinning ironic image to release-26.0 branch
2 parents b10e3ce + 4c5b81c commit 1941c2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ironic-deployment/base/ironic.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
hostNetwork: true
2121
containers:
2222
- name: ironic-dnsmasq
23-
image: quay.io/metal3-io/ironic
23+
image: quay.io/metal3-io/ironic:release-26.0
2424
imagePullPolicy: Always
2525
securityContext:
2626
# Must be true so dnsmasq may get the capabilities via file caps
@@ -61,7 +61,7 @@ spec:
6161
- configMapRef:
6262
name: ironic-bmo-configmap
6363
- name: ironic
64-
image: quay.io/metal3-io/ironic
64+
image: quay.io/metal3-io/ironic:release-26.0
6565
imagePullPolicy: Always
6666
command:
6767
- /bin/runironic
@@ -96,7 +96,7 @@ spec:
9696
runAsUser: 997 # ironic
9797
runAsGroup: 994 # ironic
9898
- name: ironic-log-watch
99-
image: quay.io/metal3-io/ironic
99+
image: quay.io/metal3-io/ironic:release-26.0
100100
imagePullPolicy: Always
101101
command:
102102
- /bin/runlogwatch.sh
@@ -112,7 +112,7 @@ spec:
112112
runAsUser: 997 # ironic
113113
runAsGroup: 994 # ironic
114114
- name: ironic-httpd
115-
image: quay.io/metal3-io/ironic
115+
image: quay.io/metal3-io/ironic:release-26.0
116116
imagePullPolicy: Always
117117
command:
118118
- /bin/runhttpd

0 commit comments

Comments
 (0)