File tree 1 file changed +2
-0
lines changed
pkg/platform/provider/baremetal/images
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ type Components struct {
28
28
ETCD containerregistry.Image
29
29
CoreDNS containerregistry.Image
30
30
Pause containerregistry.Image
31
+ Pause4KubeadmJob containerregistry.Image
31
32
NvidiaDevicePlugin containerregistry.Image
32
33
Keepalived containerregistry.Image
33
34
@@ -62,6 +63,7 @@ var components = Components{
62
63
ETCD : containerregistry.Image {Name : "etcd" , Tag : "v3.4.7" },
63
64
CoreDNS : containerregistry.Image {Name : "coredns" , Tag : "1.7.0" },
64
65
Pause : containerregistry.Image {Name : "pause" , Tag : "3.2" },
66
+ Pause4KubeadmJob : containerregistry.Image {Name : "pause" , Tag : "3.4.1" },
65
67
NvidiaDevicePlugin : containerregistry.Image {Name : "nvidia-device-plugin" , Tag : "1.0.0-beta4" },
66
68
Keepalived : containerregistry.Image {Name : "keepalived" , Tag : "2.0.16-r0" },
67
69
You can’t perform that action at this time.
0 commit comments