Skip to content

Commit 9aef8a3

Browse files
authored
Fix module CRDs and choose-version image if needed (#95)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 8d8ab62 commit 9aef8a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.werf/choose-edition.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ git:
88
to: /
99
includePaths:
1010
- openapi
11+
stageDependencies:
12+
setup:
13+
- openapi/values_*.yaml
1114
shell:
1215
setup:
1316
- cd /openapi

crds/nfsstorageclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: nfsstorageclasses.storage.deckhouse.io
55
labels:
66
heritage: deckhouse
7-
module: storage
7+
module: csi-nfs
88
backup.deckhouse.io/cluster-config: "true"
99
spec:
1010
group: storage.deckhouse.io

0 commit comments

Comments
 (0)