Skip to content

Commit d29b42b

Browse files
authored
[internal] remove artifacts, update lib helm (#6)
Signed-off-by: v.oleynikov <vasily.oleynikov@flant.com>
1 parent 70ad892 commit d29b42b

File tree

6 files changed

+0
-16
lines changed

6 files changed

+0
-16
lines changed

.dmtlint.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,13 @@ linters-settings:
55
- kind: Deployment
66
name: snapshot-controller
77
container: snapshot-controller
8-
- kind: Deployment
9-
name: snapshot-controller
10-
container: snapshot-validation
118
- kind: Deployment
129
name: snapshot-validation-webhook
1310
container: snapshot-validation
1411
readiness-probe:
1512
- kind: Deployment
1613
name: snapshot-controller
1714
container: snapshot-controller
18-
- kind: Deployment
19-
name: snapshot-controller
20-
container: snapshot-validation
2115
- kind: Deployment
2216
name: snapshot-validation-webhook
2317
container: snapshot-validation

.werf/bundle.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ import:
99
add: /images_digests.json
1010
to: /images_digests.json
1111
after: setup
12-
# Rendering .werf/python-deps.yaml is required!
13-
- image: python-dependencies
14-
add: /lib/python/dist
15-
to: /lib/python/dist
16-
after: setup
1712
# Rendering .werf/go-hooks.yaml is required!
1813
- image: go-hooks-artifact
1914
add: /go-hooks
-27.1 KB
Binary file not shown.
27.2 KB
Binary file not shown.

lib/python/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

werf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ build:
1414
{{ tpl (.Files.Get ".werf/choose-edition.yaml") $ }}
1515
{{ tpl (.Files.Get ".werf/images.yaml") $ }}
1616
{{ tpl (.Files.Get ".werf/images-digests.yaml") $ }}
17-
{{ tpl (.Files.Get ".werf/python-deps.yaml") $ }}
1817
{{ tpl (.Files.Get ".werf/bundle.yaml") $ }}
1918
{{ tpl (.Files.Get ".werf/release.yaml") $ }}

0 commit comments

Comments
 (0)