Skip to content

Commit 6441900

Browse files
committed
Add args to uv sync
1 parent 980b179 commit 6441900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.diploi/helm/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
image: {{ .Values.images.app }}
4040
imagePullPolicy: Always
4141
command: ["uv"]
42-
args: ["sync"]
42+
args: ["sync", "--frozen", "--no-cache"]
4343
workingDir: /app/{{ .Values.identifier }}
4444
volumeMounts:
4545
- name: app-mount

0 commit comments

Comments
 (0)