Skip to content

Commit 5681512

Browse files
authored
chore(builder): set GIT_LOCK_TIMEOUT to 30 minutes
1 parent f059bc3 commit 5681512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/builder/templates/builder-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
value: "{{ .Values.global.registry_location }}"
5858
# Set GIT_LOCK_TIMEOUT to number of minutes you want to wait to git push again to the same repository
5959
- name: "GIT_LOCK_TIMEOUT"
60-
value: "10"
60+
value: "30"
6161
- name: SLUGBUILDER_IMAGE_PULL_POLICY
6262
valueFrom:
6363
configMapKeyRef:

0 commit comments

Comments
 (0)