Skip to content

Commit 2fe0b48

Browse files
committed
ci: update workflow-template
Remove `--snapshotMode=redo` from kaniko build args This flag was causing unnecessary rebuilds of layers that had not changed. Removing it improves build performance.
1 parent ff68141 commit 2fe0b48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chart/templates/app/ci/workflow-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ spec:
110110
- "--verbosity=info"
111111
- "--cache-copy-layers=true"
112112
- "--cache-run-layers=true"
113-
- "--snapshotMode=redo"
114113
- "--cleanup"
115114
volumeMounts:
116115
- name: docker-config

0 commit comments

Comments
 (0)