File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
3
3
{{- $version := "v1.3.1" }}
4
- {{- $tag := print $version "-v12n.7 "}}
4
+ {{- $tag := print $version "-virtualization-hotplug-experiments "}}
5
5
6
6
{{- $name := print $.ImageName "-dependencies" -}}
7
7
{{- define "$name" -}}
@@ -43,8 +43,10 @@ shell:
43
43
44
44
{{- include "alt packages clean" . | nindent 2 }}
45
45
46
+ installCacheVersion : " {{ now | date " Mon Jan 2 15:04:05 MST 2006" }}" # <--- для пересборки
46
47
install :
47
48
- |
49
+ echo $date
48
50
mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
49
51
git config --global --add advice.detachedHead false
50
52
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/deckhouse/3p-kubevirt --branch {{ $tag }} /kubevirt
You can’t perform that action at this time.
0 commit comments