Skip to content

Commit 8d8ab62

Browse files
authored
Fix module version choose (#94)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 68590ef commit 8d8ab62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.werf/bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
---
33
image: bundle
44
fromImage: builder/scratch
5+
56
import:
67
# Rendering .werf/images-digests.yaml is required!
78
- image: images-digests
@@ -33,9 +34,8 @@ git:
3334
- charts
3435
- crds
3536
- docs
36-
- enabled
3737
- hooks
3838
- monitoring
39-
- module.yaml
4039
- templates
4140
- Chart.yaml
41+
- module.yaml

.werf/choose-edition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# TODO comment here
21
---
32
image: choose-edition
43
fromImage: builder/alt
4+
fromCacheVersion: {{ div .Commit.Date.Unix (mul 60 60 24 30) }}
55

66
git:
77
- add: /

0 commit comments

Comments
 (0)