Skip to content

Commit bcc15ed

Browse files
impl
Signed-off-by: Yaroslav Borbat <[email protected]>
1 parent 6332dad commit bcc15ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

images/virt-artifact/werf.inc.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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.5"}}
5-
{{- $tag := "feat/support-vpc" }}
4+
{{- $tag := print $version "-v12n.7"}}
65

76
{{- $name := print $.ImageName "-dependencies" -}}
87
{{- define "$name" -}}
@@ -29,7 +28,6 @@ packages:
2928
image: {{ $.ImageName }}
3029
final: false
3130
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "base-alt-p11" "builder/alt-go-svace" }}
32-
fromCacheVersion: "12"
3331
mount:
3432
- fromPath: ~/go-pkg-cache
3533
to: /go/pkg

0 commit comments

Comments
 (0)