Skip to content

Commit 3e4c257

Browse files
committed
Merge branch 'improvement/helm_wait_too_long' into q/1.0
2 parents 08ce545 + 155182a commit 3e4c257

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Bugs fixed
3838

3939
:ghpull:`511` - update Kubernetes version to 1.10.11 to include a fix for CVE-2018-100210
4040

41+
:ghpull:`523` - reduce Tiller wait timeout to reduce CI time to failure
42+
43+
4144
Release 1.0.0
4245
=============
4346
This marks the first production-ready release of `MetalK8s`_. Deployments using

roles/helm_common/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
command: '{{ bin_dir }}/helm version'
33
register: helm_version
44
until: not helm_version|failed
5-
retries: 50000
5+
retries: 50
66
delay: 10
77
changed_when: False
88
check_mode: False

0 commit comments

Comments
 (0)