Skip to content

Commit 11a56a1

Browse files
author
Valeriy Khorunzhin
committed
test patch
Signed-off-by: Valeriy Khorunzhin <[email protected]>
1 parent c408f45 commit 11a56a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/virt-artifact/werf.inc.yaml

Lines changed: 3 additions & 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.7"}}
4+
{{- $tag := print $version "-virtualization-hotplug-experiments"}}
55

66
{{- $name := print $.ImageName "-dependencies" -}}
77
{{- define "$name" -}}
@@ -43,8 +43,10 @@ shell:
4343
4444
{{- include "alt packages clean" . | nindent 2 }}
4545

46+
installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}" # <--- для пересборки
4647
install:
4748
- |
49+
echo $date
4850
mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
4951
git config --global --add advice.detachedHead false
5052
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/deckhouse/3p-kubevirt --branch {{ $tag }} /kubevirt

0 commit comments

Comments
 (0)