Skip to content

Commit 079d50f

Browse files
committed
refactor(kubevirt): bump version to 1.6.2
Signed-off-by: Dmitry Lopatin <[email protected]>
1 parent 687462f commit 079d50f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/components/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ firmware:
33
libvirt: v10.9.0
44
edk2: stable202411
55
core:
6-
3p-kubevirt: v1.6.2-v12n.0.2
6+
3p-kubevirt: v1.6.2-v12n.0.dlopatin3
77
3p-containerized-data-importer: v1.60.3-v12n.12
88
distribution: 2.8.3
99
package:

images/virt-artifact/werf.inc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ secrets:
1313
- id: SOURCE_REPO
1414
value: {{ $.SOURCE_REPO }}
1515
shell:
16-
installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}"
1716
install:
1817
- |
19-
echo $date
2018
echo "Git clone {{ $gitRepoName }} repository..."
2119
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $tag }} /src/kubevirt
2220

0 commit comments

Comments
 (0)