We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08ce545 + 155182a commit 3e4c257Copy full SHA for 3e4c257
ChangeLog.rst
@@ -38,6 +38,9 @@ Bugs fixed
38
39
:ghpull:`511` - update Kubernetes version to 1.10.11 to include a fix for CVE-2018-100210
40
41
+:ghpull:`523` - reduce Tiller wait timeout to reduce CI time to failure
42
+
43
44
Release 1.0.0
45
=============
46
This marks the first production-ready release of `MetalK8s`_. Deployments using
roles/helm_common/tasks/main.yml
@@ -2,7 +2,7 @@
2
command: '{{ bin_dir }}/helm version'
3
register: helm_version
4
until: not helm_version|failed
5
- retries: 50000
+ retries: 50
6
delay: 10
7
changed_when: False
8
check_mode: False
0 commit comments