Skip to content

Commit bee95b9

Browse files
feat(kubevirt): support vpc and read-only containers, bump kubevirt version to v1.3.1-v12n.7 (#1259)
support vpc and read-only containers, bump kubevirt version to v1.3.1-v12n.7 Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
1 parent 47cd6b1 commit bee95b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

images/virt-artifact/werf.inc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
33
{{- $version := "v1.3.1" }}
4-
{{- $tag := print $version "-v12n.6"}}
4+
{{- $tag := print $version "-v12n.7"}}
55

66
{{- $name := print $.ImageName "-dependencies" -}}
77
{{- define "$name" -}}

images/virt-launcher/werf.inc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ packages:
120120
- policycoreutils
121121
- psmisc
122122
- msulogin
123+
- iproute2
123124
binaries:
124125
# Gnu utils (requared for swtpm)
125126
- /usr/bin/certtool
@@ -135,6 +136,8 @@ binaries:
135136
- /usr/sbin/biosdecode /usr/sbin/dmidecode
136137
# Numactl
137138
- /usr/bin/memhog /usr/bin/migratepages /usr/bin/migspeed /usr/bin/numactl /usr/bin/numastat
139+
# Iproute2
140+
- /usr/sbin/tc
138141
{{- end -}}
139142

140143
{{ $virtLauncherDependencies := include "virt-launcher-dependencies" . | fromYaml }}

0 commit comments

Comments
 (0)