Skip to content

Commit 634ca92

Browse files
committed
fix(vmop): migration failed target
Signed-off-by: Daniil Antoshin <daniil.antoshin@flant.com>
1 parent 79ad6ba commit 634ca92

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

images/virt-artifact/werf.inc.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
33
{{- $gitRepoName := "3p-kubevirt" }}
44
{{- $gitRepoUrl := (printf "%s/%s" "deckhouse" $gitRepoName) }}
5-
{{- $tag := get $.Core $gitRepoName }}
6-
{{- $version := (split "-" $tag)._0 }}
5+
{{- $tag := "feat/vm/rootless-virt-launcher" }}
6+
{{- $version := "v1.1.1123" }}
77

88
---
99
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-src-artifact
@@ -13,8 +13,10 @@ secrets:
1313
- id: SOURCE_REPO
1414
value: {{ $.SOURCE_REPO }}
1515
shell:
16+
installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}"
1617
install:
1718
- |
19+
echo "$date"
1820
echo "Git clone {{ $gitRepoName }} repository..."
1921
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $tag }} /src/kubevirt
2022

0 commit comments

Comments
 (0)